public interface Clipboard extends Extent
| Modifier and Type | Method and Description |
|---|---|
Vector |
getDimensions()
Get the dimensions of the copy, which is at minimum (1, 1, 1).
|
Vector |
getOrigin()
Get the origin point from which the copy was made from.
|
Region |
getRegion()
Get the bounding region of this extent.
|
void |
setOrigin(Vector origin)
Set the origin point from which the copy was made from.
|
createEntity, getEntities, getEntities, getMaximumPoint, getMinimumPointgetBiome, getBlock, getLazyBlockcommit, setBiome, setBlockRegion getRegion()
Implementations should return a copy of the region.
Vector getDimensions()
Vector getOrigin()
void setOrigin(Vector origin)
origin - the originCopyright © 2010-2014. All Rights Reserved.