public class NibbleArray
extends java.lang.Object
Constructor and Description |
---|
NibbleArray() |
NibbleArray(byte[] storageArray) |
Modifier and Type | Method and Description |
---|---|
int |
get(int x,
int y,
int z) |
byte[] |
getData() |
int |
getFromIndex(int index) |
void |
set(int x,
int y,
int z,
int value) |
void |
setIndex(int index,
int value) |