Class BitSet4D
- java.lang.Object
-
- net.storm.api.movement.pathfinder.BitSet4D
-
public class BitSet4D extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
get(int index)
boolean
get(int x, int y, int z, int w)
int
getIndex(int x, int y, int z, int w)
void
set(int x, int y, int z, int flag, boolean value)
void
setAll(boolean value)
void
write(java.nio.ByteBuffer buffer)
-
-
-
Method Detail
-
write
public void write(java.nio.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)
-
-