public class NibbleArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
data |
Modifier | Constructor and Description |
---|---|
|
NibbleArray() |
|
NibbleArray(byte[] storageArray) |
protected |
NibbleArray(int p_i49951_1_) |
Modifier and Type | Method and Description |
---|---|
NibbleArray |
copy() |
int |
get(int x,
int y,
int z) |
protected int |
getCoordinateIndex(int x,
int y,
int z) |
byte[] |
getData() |
boolean |
isEmpty() |
void |
set(int x,
int y,
int z,
int value) |
java.lang.String |
toString() |
public NibbleArray()
public NibbleArray(byte[] storageArray)
protected NibbleArray(int p_i49951_1_)
public int get(int x, int y, int z)
public void set(int x, int y, int z, int value)
protected int getCoordinateIndex(int x, int y, int z)
public byte[] getData()
public NibbleArray copy()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isEmpty()