public static class ChunkLoaderUtil.AnvilConverterData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NibbleArrayReader |
blockLight |
byte[] |
blocks |
NibbleArrayReader |
data |
ListNBT |
entities |
byte[] |
heightmap |
long |
lastUpdated |
NibbleArrayReader |
skyLight |
boolean |
terrainPopulated |
ListNBT |
tileEntities |
ListNBT |
tileTicks |
int |
x |
int |
z |
Constructor and Description |
---|
AnvilConverterData(int xIn,
int zIn) |
public long lastUpdated
public boolean terrainPopulated
public byte[] heightmap
public NibbleArrayReader blockLight
public NibbleArrayReader skyLight
public NibbleArrayReader data
public byte[] blocks
public ListNBT entities
public ListNBT tileEntities
public ListNBT tileTicks
public final int x
public final int z