| Modifier and Type | Method and Description |
|---|---|
Region |
LocalSession.getRegion()
Deprecated.
|
Region |
LocalSession.getSelection(LocalWorld world)
Get the selection region.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.center(Region region,
Pattern pattern) |
void |
CuboidClipboard.copy(EditSession editSession,
Region region)
Copies blocks to the clipboard.
|
int |
EditSession.countBlock(Region region,
Set<Integer> searchIDs) |
int |
EditSession.countBlocks(Region region,
Set<BaseBlock> searchBlocks)
Count the number of blocks of a list of types in a region.
|
int |
EditSession.deformRegion(Region region,
Vector zero,
Vector unit,
String expressionString) |
List<Countable<Integer>> |
EditSession.getBlockDistribution(Region region)
Get the block distribution inside a region.
|
List<Countable<BaseBlock>> |
EditSession.getBlockDistributionWithData(Region region)
Get the block distribution (with data values) inside a region.
|
LocalEntity[] |
LocalWorld.getEntities(Region region) |
int |
EditSession.hollowOutRegion(Region region,
int thickness,
Pattern pattern)
Hollows out the region (Semi-well-defined for non-cuboid selections).
|
int |
EditSession.makeBiomeShape(Region region,
Vector zero,
Vector unit,
BiomeType biomeType,
String expressionString,
boolean hollow) |
int |
EditSession.makeCuboidFaces(Region region,
BaseBlock block)
Make faces of the region (as if it was a cuboid if it's not).
|
int |
EditSession.makeCuboidFaces(Region region,
Pattern pattern)
Make faces of the region (as if it was a cuboid if it's not).
|
int |
EditSession.makeCuboidWalls(Region region,
BaseBlock block)
Make walls of the region (as if it was a cuboid if it's not).
|
int |
EditSession.makeCuboidWalls(Region region,
Pattern pattern)
Make walls of the region (as if it was a cuboid if it's not).
|
int |
EditSession.makeFaces(Region region,
Pattern pattern)
Make faces of the region
|
int |
EditSession.makeShape(Region region,
Vector zero,
Vector unit,
Pattern pattern,
String expressionString,
boolean hollow) |
int |
EditSession.makeWalls(Region region,
Pattern pattern)
Make walls of the region
|
int |
EditSession.moveCuboidRegion(Region region,
Vector dir,
int distance,
boolean copyAir,
BaseBlock replace)
Move a cuboid region.
|
int |
EditSession.moveRegion(Region region,
Vector dir,
int distance,
boolean copyAir,
BaseBlock replace)
Move a region.
|
int |
EditSession.naturalizeCuboidBlocks(Region region)
Turns the first 3 layers into dirt/grass and the bottom layers
into rock, like a natural Minecraft mountain.
|
int |
EditSession.overlayCuboidBlocks(Region region,
BaseBlock block)
Overlays a layer of blocks over a cuboid area.
|
int |
EditSession.overlayCuboidBlocks(Region region,
Pattern pattern)
Overlays a layer of blocks over a cuboid area.
|
abstract boolean |
LocalWorld.regenerate(Region region,
EditSession editSession)
Regenerate an area.
|
int |
EditSession.replaceBlocks(Region region,
Set<BaseBlock> fromBlockTypes,
BaseBlock toBlock)
Replaces all the blocks of a type inside a region to another block type.
|
int |
EditSession.replaceBlocks(Region region,
Set<BaseBlock> fromBlockTypes,
Pattern pattern)
Replaces all the blocks of a type inside a region to another block type.
|
int |
EditSession.setBlocks(Region region,
BaseBlock block)
Sets all the blocks inside a region to a certain block type.
|
int |
EditSession.setBlocks(Region region,
Pattern pattern)
Sets all the blocks inside a region to a certain block type.
|
int |
EditSession.stackCuboidRegion(Region region,
Vector dir,
int count,
boolean copyAir)
Stack a cuboid region.
|
| Constructor and Description |
|---|
HeightMap(EditSession session,
Region region)
Constructs the HeightMap
|
HeightMap(EditSession session,
Region region,
boolean naturalOnly)
Constructs the HeightMap
|
| Modifier and Type | Method and Description |
|---|---|
LocalEntity[] |
BukkitWorld.getEntities(Region region) |
boolean |
BukkitWorld.regenerate(Region region,
EditSession editSession)
Regenerate an area.
|
| Modifier and Type | Method and Description |
|---|---|
protected Region |
RegionSelection.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RegionSelection.setRegion(Region region) |
| Constructor and Description |
|---|
RegionSelection(org.bukkit.World world,
RegionSelector selector,
Region region) |
| Constructor and Description |
|---|
RegionMask(Region region) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroundFindingFunction.setRange(Region region)
Set the range of Y coordinates to perform a search for ground within from
the minimum and maximum Y of the given region.
|
| Constructor and Description |
|---|
FlatRegionApplicator(Region region,
FlatRegionFunction function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlatRegion |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegion |
class |
ConvexPolyhedralRegion |
class |
CuboidRegion |
class |
CylinderRegion
Represents a cylindrical region.
|
class |
EllipsoidRegion |
class |
Polygonal2DRegion
Represents a 2D polygonal region.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
Region.clone() |
Region |
ConvexPolyhedralRegionSelector.getIncompleteRegion() |
Region |
RegionSelector.getIncompleteRegion()
Get the region even if it's not fully defined.
|
Region |
ConvexPolyhedralRegionSelector.getRegion() |
Region |
RegionSelector.getRegion()
Get the selection.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
FlatRegionIterator(Region region) |
RegionIterator(Region region) |
| Modifier and Type | Field and Description |
|---|---|
protected Region |
ArbitraryShape.extent |
| Modifier and Type | Method and Description |
|---|---|
protected Region |
ArbitraryShape.getExtent() |
| Constructor and Description |
|---|
ArbitraryBiomeShape(Region extent) |
ArbitraryShape(Region extent) |
RegionShape(Region extent) |
| Constructor and Description |
|---|
SnapshotRestore(ChunkStore chunkStore,
EditSession editSession,
Region region)
Construct the snapshot restore operation.
|
Copyright © 2010-2014. All Rights Reserved.