Package redempt.redlib.region
Class CuboidRegion.RegionState
java.lang.Object
redempt.redlib.region.CuboidRegion.RegionState
- Enclosing class:
- CuboidRegion
Represents a state of a Region, not necessarily at the current point in time
-
Method Summary
-
Method Details
-
restore
public void restore()Restores the Region to this state -
getBlocks
public org.bukkit.block.BlockState[][][] getBlocks()Gets all the BlockStates in this RegionState- Returns:
- The 3-dimensional array of BlockStates
-