Class CellBorder


public class CellBorder extends WorldCoord
  • Field Details

    • border

      public boolean[] border
  • Constructor Details

    • CellBorder

      public CellBorder(WorldCoord worldCoord, boolean[] border)
  • Method Details

    • setBorderAt

      public void setBorderAt(CellBorder.Section s, boolean b)
    • hasBorderAt

      public boolean hasBorderAt(CellBorder.Section s)
    • getBorder

      public boolean[] getBorder()
    • hasAnyBorder

      public boolean hasAnyBorder()
    • getBlockX

      public int getBlockX()
    • getBlockZ

      public int getBlockZ()
    • runBorderedOnSurface

      public void runBorderedOnSurface(int wallHeight, int cornerHeight, Consumer<org.bukkit.Location> locationConsumer)
    • toString

      public String toString()
      Overrides:
      toString in class WorldCoord