Class CuboidRegion.RegionState

java.lang.Object
redempt.redlib.region.CuboidRegion.RegionState
Enclosing class:
CuboidRegion

public static class CuboidRegion.RegionState extends Object
Represents a state of a Region, not necessarily at the current point in time
  • 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