| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.regions |
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.moveRegion(Region region,
Vector dir,
int distance,
boolean copyAir,
BaseBlock replace)
Move a region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EllipsoidRegion.contract(Vector... changes)
Contract the region.
|
void |
Polygonal2DRegion.contract(Vector... changes)
Contract the region.
|
void |
Region.contract(Vector... changes)
Contract the region.
|
void |
CylinderRegion.contract(Vector... changes)
Contract the region.
|
void |
ConvexPolyhedralRegion.contract(Vector... changes) |
void |
EllipsoidRegion.expand(Vector... changes)
Expand the region.
|
void |
Polygonal2DRegion.expand(Vector... changes)
Expand the region.
|
void |
Region.expand(Vector... changes)
Expand the region.
|
void |
CylinderRegion.expand(Vector... changes)
Expand the region.
|
void |
ConvexPolyhedralRegion.expand(Vector... changes) |
void |
CuboidRegion.shift(Vector change) |
void |
EllipsoidRegion.shift(Vector change) |
void |
Polygonal2DRegion.shift(Vector change) |
void |
Region.shift(Vector change)
Shift the region.
|
void |
AbstractRegion.shift(Vector change) |
void |
CylinderRegion.shift(Vector change) |
void |
ConvexPolyhedralRegion.shift(Vector change) |
Copyright © 2010-2014. All Rights Reserved.