| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.tools |
| Modifier and Type | Method and Description |
|---|---|
BlockTool |
LocalSession.getSuperPickaxe() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setSuperPickaxe(BlockTool tool)
Set the super pickaxe tool.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleActionBlockTool
Represents a block tool that also has a secondary/primary function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaPickaxe
A super pickaxe mode that will remove blocks in an area.
|
class |
BlockDataCyler
A mode that cycles the data values of supported blocks.
|
class |
BlockReplacer
A mode that replaces one block.
|
class |
FloatingTreeRemover
A pickaxe mode that removes floating treetops (logs and leaves not connected
to anything else)
|
class |
FloodFillTool
A tool that flood fills blocks.
|
class |
QueryTool
Plants a tree.
|
class |
RecursivePickaxe
A pickaxe mode that recursively finds adjacent blocks within range of
an initial block and of the same type.
|
class |
SinglePickaxe
A super pickaxe mode that removes one block.
|
class |
TreePlanter
Plants a tree.
|
Copyright © 2010-2014. All Rights Reserved.