| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit.selections | |
| com.sk89q.worldedit.regions | |
| com.sk89q.worldedit.regions.selector |
| Modifier and Type | Method and Description |
|---|---|
RegionSelector |
LocalSession.getRegionSelector()
Deprecated.
|
RegionSelector |
LocalSession.getRegionSelector(LocalWorld world)
Deprecated.
|
RegionSelector |
LocalSession.getRegionSelector(World world)
Get the region selector for defining the selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setRegionSelector(LocalWorld world,
RegionSelector selector)
Deprecated.
|
void |
LocalSession.setRegionSelector(World world,
RegionSelector selector)
Set the region selector.
|
| Modifier and Type | Method and Description |
|---|---|
RegionSelector |
Selection.getRegionSelector()
Get the region selector.
|
RegionSelector |
RegionSelection.getRegionSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RegionSelection.setRegionSelector(RegionSelector selector) |
| Constructor and Description |
|---|
CuboidSelection(org.bukkit.World world,
RegionSelector sel,
CuboidRegion region) |
CylinderSelection(org.bukkit.World world,
RegionSelector selector,
CylinderRegion region) |
Polygonal2DSelection(org.bukkit.World world,
RegionSelector sel,
Polygonal2DRegion region) |
RegionSelection(org.bukkit.World world,
RegionSelector selector,
Region region) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvexPolyhedralRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
CuboidRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
CylinderRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
EllipsoidRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
ExtendingCuboidRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
Polygonal2DRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
class |
SphereRegionSelector
Deprecated.
This class only exists as to not break binary compatibility
|
| Modifier and Type | Method and Description |
|---|---|
RegionSelector |
RegionSelectorType.createSelector()
Create a new selector instance.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RegionSelector> |
RegionSelectorType.getSelectorClass()
Get the selector class.
|
| Constructor and Description |
|---|
ConvexPolyhedralRegionSelector(RegionSelector oldSelector)
Create a new selector.
|
CuboidRegionSelector(RegionSelector oldSelector)
Create a copy of another selector.
|
CylinderRegionSelector(RegionSelector oldSelector)
Create a new selector from the given one.
|
EllipsoidRegionSelector(RegionSelector oldSelector)
Create a new selector from the given selector.
|
ExtendingCuboidRegionSelector(RegionSelector oldSelector)
Create a new selector from another one.
|
Polygonal2DRegionSelector(RegionSelector oldSelector)
Create a new selector from another one.
|
SphereRegionSelector(RegionSelector oldSelector)
Create a new selector from another one
|
Copyright © 2010-2014. All Rights Reserved.