Package net.minecraft.world.chunk
Class ChunkBlockStateStorage
java.lang.Object
net.minecraft.world.chunk.ChunkBlockStateStorage
- Mappings:
Namespace Name official bgkintermediary net/minecraft/class_2252named net/minecraft/world/chunk/ChunkBlockStateStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int index) get(int x, int y, int z) voidset(int x, int y, int z, BlockState state) voidset(int index, BlockState state)
-
Field Details
-
blockStates
private final short[] blockStates- Mappings:
Namespace Name Mixin selector official aLbgk;a:[Sintermediary field_9960Lnet/minecraft/class_2252;field_9960:[Snamed blockStatesLnet/minecraft/world/chunk/ChunkBlockStateStorage;blockStates:[S
-
emptyState
- Mappings:
Namespace Name Mixin selector official bLbgk;b:Lbec;intermediary field_9961Lnet/minecraft/class_2252;field_9961:Lnet/minecraft/class_2232;named emptyStateLnet/minecraft/world/chunk/ChunkBlockStateStorage;emptyState:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
ChunkBlockStateStorage
public ChunkBlockStateStorage()
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official aLbgk;a(III)Lbec;intermediary method_9182Lnet/minecraft/class_2252;method_9182(III)Lnet/minecraft/class_2232;named getLnet/minecraft/world/chunk/ChunkBlockStateStorage;get(III)Lnet/minecraft/block/BlockState;
-
get
- Mappings:
Namespace Name Mixin selector official aLbgk;a(I)Lbec;intermediary method_9181Lnet/minecraft/class_2252;method_9181(I)Lnet/minecraft/class_2232;named getLnet/minecraft/world/chunk/ChunkBlockStateStorage;get(I)Lnet/minecraft/block/BlockState;
-
set
- Mappings:
Namespace Name Mixin selector official aLbgk;a(IIILbec;)Vintermediary method_9183Lnet/minecraft/class_2252;method_9183(IIILnet/minecraft/class_2232;)Vnamed setLnet/minecraft/world/chunk/ChunkBlockStateStorage;set(IIILnet/minecraft/block/BlockState;)V
-
set
- Mappings:
Namespace Name Mixin selector official aLbgk;a(ILbec;)Vintermediary method_9184Lnet/minecraft/class_2252;method_9184(ILnet/minecraft/class_2232;)Vnamed setLnet/minecraft/world/chunk/ChunkBlockStateStorage;set(ILnet/minecraft/block/BlockState;)V
-