| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.tools |
| Modifier and Type | Method and Description |
|---|---|
Tool |
LocalSession.getTool(int item)
Get the tool assigned to the item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setTool(int item,
Tool tool)
Set the tool.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockTool
Represents a tool that uses a block..
|
interface |
DoubleActionBlockTool
Represents a block tool that also has a secondary/primary function.
|
interface |
DoubleActionTraceTool
Represents a trace tool that also has a secondary/primary function.
|
interface |
TraceTool
Represents a tool that does not require a block.
|
| 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 |
BrushTool
Builds a shape at the place being looked at.
|
class |
DistanceWand
A wand that can be used at a distance.
|
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 |
LongRangeBuildTool
A tool that can place (or remove) blocks at a distance.
|
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.