public class NibbleArray3d extends Object
| Constructor and Description |
|---|
NibbleArray3d(byte[] array) |
NibbleArray3d(int size) |
NibbleArray3d(com.github.steveice10.packetlib.io.NetInput in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
fill(int val) |
int |
get(int x,
int y,
int z) |
byte[] |
getData() |
int |
hashCode() |
void |
set(int x,
int y,
int z,
int val) |
String |
toString() |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
public NibbleArray3d(int size)
public NibbleArray3d(byte[] array)
public NibbleArray3d(com.github.steveice10.packetlib.io.NetInput in,
int size)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionpublic byte[] getData()
public int get(int x,
int y,
int z)
public void set(int x,
int y,
int z,
int val)
public void fill(int val)
Copyright © 2020. All rights reserved.