Class OldChunkStorage.OldLevelChunk
java.lang.Object
net.minecraft.world.level.chunk.storage.OldChunkStorage.OldLevelChunk
- Enclosing class:
- OldChunkStorage
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
byte[]
long
boolean
int
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
lastUpdated
public long lastUpdated -
terrainPopulated
public boolean terrainPopulated -
heightmap
public byte[] heightmap -
blockLight
-
skyLight
-
data
-
blocks
public byte[] blocks -
entities
-
blockEntities
-
blockTicks
-
x
public final int x -
z
public final int z
-
-
Constructor Details
-
OldLevelChunk
public OldLevelChunk(int p_63606_, int p_63607_)
-