Package com.sk89q.worldedit.command.tool

Examples of com.sk89q.worldedit.command.tool.SinglePickaxe


        max = 0
    )
    @CommandPermissions("worldedit.superpickaxe")
    public void single(Player player, LocalSession session, EditSession editSession, CommandContext args) throws WorldEditException {

        session.setSuperPickaxe(new SinglePickaxe());
        session.enableSuperPickAxe();
        player.print("Mode changed. Left click with a pickaxe. // to disable.");
    }
View Full Code Here

TOP

Related Classes of com.sk89q.worldedit.command.tool.SinglePickaxe

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.