| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.internal.command | |
| com.sk89q.worldedit.regions | |
| com.sk89q.worldedit.regions.selector |
| Modifier and Type | Method and Description |
|---|---|
Vector |
LocalSession.getPlacementPosition(Player player)
Get the position use for commands that take a center point
(i.e.
|
Region |
LocalSession.getRegion()
Deprecated.
|
Region |
LocalSession.getSelection(LocalWorld world)
Deprecated.
|
Region |
LocalSession.getSelection(World world)
Get the selection region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorldEditExceptionConverter.convert(IncompleteRegionException e) |
| Modifier and Type | Method and Description |
|---|---|
Object |
WorldEditBinding.getSelection(ArgumentStack context,
Selection selection)
Gets a selection from a
ArgumentStack. |
| Modifier and Type | Method and Description |
|---|---|
BlockVector |
RegionSelector.getPrimaryPosition()
Get the primary position.
|
Region |
RegionSelector.getRegion()
Get the selection.
|
| Modifier and Type | Method and Description |
|---|---|
BlockVector |
ConvexPolyhedralRegionSelector.getPrimaryPosition() |
BlockVector |
CylinderRegionSelector.getPrimaryPosition() |
BlockVector |
Polygonal2DRegionSelector.getPrimaryPosition() |
BlockVector |
CuboidRegionSelector.getPrimaryPosition() |
BlockVector |
EllipsoidRegionSelector.getPrimaryPosition() |
Region |
ConvexPolyhedralRegionSelector.getRegion() |
CylinderRegion |
CylinderRegionSelector.getRegion() |
Polygonal2DRegion |
Polygonal2DRegionSelector.getRegion() |
CuboidRegion |
CuboidRegionSelector.getRegion() |
EllipsoidRegion |
EllipsoidRegionSelector.getRegion() |
Copyright © 2010-2014. All Rights Reserved.