Class BitSet4D

java.lang.Object
net.storm.api.movement.pathfinder.BitSet4D

public class BitSet4D extends Object
  • Constructor Details

    • BitSet4D

      public BitSet4D(int sizeX, int sizeY, int sizeZ, int sizeW)
    • BitSet4D

      public BitSet4D(ByteBuffer buffer, int sizeX, int sizeY, int sizeZ, int sizeW)
  • Method Details

    • write

      public void write(ByteBuffer buffer)
    • get

      public boolean get(int index)
    • get

      public boolean get(int x, int y, int z, int w)
    • set

      public void set(int x, int y, int z, int flag, boolean value)
    • setAll

      public void setAll(boolean value)
    • getIndex

      public int getIndex(int x, int y, int z, int w)