Class AlphaChunkIo.AlphaChunk
java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo.AlphaChunk
- Enclosing class:
- AlphaChunkIo
public static class AlphaChunkIo.AlphaChunk extends Object
- Mappings:
Namespace Name official ckm$a
intermediary net/minecraft/class_2864$class_2865
named net/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk
-
Field Summary
Fields Modifier and Type Field Description ListTag
blockEntities
AlphaChunkDataArray
blockLight
byte[]
blocks
ListTag
blockTicks
AlphaChunkDataArray
data
ListTag
entities
byte[]
heightMap
long
lastUpdate
AlphaChunkDataArray
skyLight
boolean
terrainPopulated
int
x
int
z
-
Constructor Summary
Constructors Constructor Description AlphaChunk(int x, int z)
-
Method Summary
-
Field Details
-
lastUpdate
public long lastUpdate- Mappings:
Namespace Name Mixin selector official a
Lckm$a;a:J
intermediary field_13043
Lnet/minecraft/class_2864$class_2865;field_13043:J
named lastUpdate
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;lastUpdate:J
-
terrainPopulated
public boolean terrainPopulated- Mappings:
Namespace Name Mixin selector official b
Lckm$a;b:Z
intermediary field_13042
Lnet/minecraft/class_2864$class_2865;field_13042:Z
named terrainPopulated
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;terrainPopulated:Z
-
heightMap
public byte[] heightMap- Mappings:
Namespace Name Mixin selector official c
Lckm$a;c:[B
intermediary field_13045
Lnet/minecraft/class_2864$class_2865;field_13045:[B
named heightMap
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;heightMap:[B
-
blockLight
- Mappings:
Namespace Name Mixin selector official d
Lckm$a;d:Lcka;
intermediary field_13038
Lnet/minecraft/class_2864$class_2865;field_13038:Lnet/minecraft/class_2832;
named blockLight
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockLight:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
-
skyLight
- Mappings:
Namespace Name Mixin selector official e
Lckm$a;e:Lcka;
intermediary field_13039
Lnet/minecraft/class_2864$class_2865;field_13039:Lnet/minecraft/class_2832;
named skyLight
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;skyLight:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
-
data
- Mappings:
Namespace Name Mixin selector official f
Lckm$a;f:Lcka;
intermediary field_13044
Lnet/minecraft/class_2864$class_2865;field_13044:Lnet/minecraft/class_2832;
named data
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;data:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
-
blocks
public byte[] blocks- Mappings:
Namespace Name Mixin selector official g
Lckm$a;g:[B
intermediary field_13048
Lnet/minecraft/class_2864$class_2865;field_13048:[B
named blocks
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blocks:[B
-
entities
- Mappings:
Namespace Name Mixin selector official h
Lckm$a;h:Lmw;
intermediary field_13037
Lnet/minecraft/class_2864$class_2865;field_13037:Lnet/minecraft/class_2499;
named entities
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;entities:Lnet/minecraft/nbt/ListTag;
-
blockEntities
- Mappings:
Namespace Name Mixin selector official i
Lckm$a;i:Lmw;
intermediary field_13040
Lnet/minecraft/class_2864$class_2865;field_13040:Lnet/minecraft/class_2499;
named blockEntities
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockEntities:Lnet/minecraft/nbt/ListTag;
-
blockTicks
- Mappings:
Namespace Name Mixin selector official j
Lckm$a;j:Lmw;
intermediary field_13041
Lnet/minecraft/class_2864$class_2865;field_13041:Lnet/minecraft/class_2499;
named blockTicks
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockTicks:Lnet/minecraft/nbt/ListTag;
-
x
public final int x- Mappings:
Namespace Name Mixin selector official k
Lckm$a;k:I
intermediary field_13047
Lnet/minecraft/class_2864$class_2865;field_13047:I
named x
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;x:I
-
z
public final int z- Mappings:
Namespace Name Mixin selector official l
Lckm$a;l:I
intermediary field_13046
Lnet/minecraft/class_2864$class_2865;field_13046:I
named z
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;z:I
-
-
Constructor Details
-
AlphaChunk
public AlphaChunk(int x, int z)- Mappings:
Namespace Name Mixin selector official <init>
Lckm$a;<init>(II)V
intermediary <init>
Lnet/minecraft/class_2864$class_2865;<init>(II)V
named <init>
Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;<init>(II)V
-