Class and Description |
---|
com.sk89q.minecraft.util.commands.CommandsManager |
Method and Description |
---|
com.sk89q.worldedit.EditSession.disableQueue()
Use
EditSession.setReorderMode(ReorderMode) with another mode instead. |
com.sk89q.worldedit.EditSession.enableQueue()
Use
EditSession.setReorderMode(ReorderMode) with MULTI_STAGE instead. |
com.sk89q.worldedit.world.block.BlockType.getLegacyId() |
com.sk89q.worldedit.EditSession.isQueueEnabled()
Use
EditSession.getReorderMode() with MULTI_STAGE instead. |
com.sk89q.worldedit.LocalSession.isToolControlEnabled()
The wand is now a tool that can be bound/unbound.
|
com.sk89q.worldedit.LocalSession.setToolControl(boolean)
The wand is now a tool that can be bound/unbound.
|