public static final class NPacketPlayOutChunkDataMultiple.ChunkBulkSection extends Object
Constructor and Description |
---|
ChunkBulkSection(PacketSerializer input,
boolean skyLight) |
Modifier and Type | Method and Description |
---|---|
int |
getBitmask() |
int |
getChunkX() |
int |
getChunkZ() |
byte[] |
getData() |
void |
readData(PacketSerializer input) |
public ChunkBulkSection(PacketSerializer input, boolean skyLight)
public void readData(PacketSerializer input)
public int getChunkX()
public int getChunkZ()
public int getBitmask()
public byte[] getData()