Class ChunkLevel

java.lang.Object
zombie.pathfind.ChunkLevel

public final class ChunkLevel extends Object
  • Method Details

    • getChunk

      public Chunk getChunk()
    • getLevel

      public int getLevel()
    • getSquare

      public Square getSquare(int x, int y)
    • setBits

      public void setBits(int x, int y, int bits, short cost)
    • init

      public ChunkLevel init(Chunk chunk, int z)
    • clear

      public void clear()
    • getHighLevelData

      public HLChunkLevel getHighLevelData()