|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.world.chunk.storage.AnvilConverterData
public class AnvilConverterData
| Field Summary | |
|---|---|
NibbleArrayReader |
blockLight
|
byte[] |
blocks
|
NibbleArrayReader |
data
|
NBTTagList |
entities
|
byte[] |
heightmap
|
long |
lastUpdated
|
NibbleArrayReader |
skyLight
|
boolean |
terrainPopulated
|
NBTTagList |
tileEntities
|
NBTTagList |
tileTicks
|
int |
x
|
int |
z
|
| Constructor Summary | |
|---|---|
AnvilConverterData(int par1,
int par2)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long lastUpdated
public boolean terrainPopulated
public byte[] heightmap
public NibbleArrayReader blockLight
public NibbleArrayReader skyLight
public NibbleArrayReader data
public byte[] blocks
public NBTTagList entities
public NBTTagList tileEntities
public NBTTagList tileTicks
public final int x
public final int z
| Constructor Detail |
|---|
public AnvilConverterData(int par1,
int par2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||