| Package | Description |
|---|---|
| com.sk89q.worldedit.bukkit.selections | |
| com.sk89q.worldedit.regions | |
| com.sk89q.worldedit.regions.selector |
| Modifier and Type | Field and Description |
|---|---|
protected CuboidRegion |
CuboidSelection.cuboid |
| Constructor and Description |
|---|
CuboidSelection(org.bukkit.World world,
RegionSelector sel,
CuboidRegion region) |
| Modifier and Type | Method and Description |
|---|---|
CuboidRegion |
CuboidRegion.clone() |
static CuboidRegion |
CuboidRegion.fromCenter(Vector origin,
int apothem)
Make a cuboid from the center.
|
static CuboidRegion |
CuboidRegion.makeCuboid(Region region)
Make a cuboid region out of the given region using the minimum and maximum
bounds of the provided region.
|
| Modifier and Type | Field and Description |
|---|---|
protected CuboidRegion |
CuboidRegionSelector.region |
| Modifier and Type | Method and Description |
|---|---|
CuboidRegion |
CuboidRegionSelector.getIncompleteRegion() |
CuboidRegion |
CuboidRegionSelector.getRegion() |
Copyright © 2010-2014. All Rights Reserved.