Package net.minecraft.world.chunk
Class ChunkSection
java.lang.Object
net.minecraft.world.chunk.ChunkSection
- Mappings:
Namespace Name official aokintermediary net/minecraft/class_1197named net/minecraft/world/chunk/ChunkSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ChunkNibbleArrayprivate intprivate byte[]private ChunkNibbleArrayprivate ChunkNibbleArrayprivate ChunkNibbleArrayprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBlock(int x, int y, int z) intgetBlockData(int x, int y, int z) intgetBlockLight(int x, int y, int z) intgetSkyLight(int x, int y, int z) intbooleanbooleanisEmpty()voidmethod_3927(int int2, int int3, int int4, Block block) voidmethod_3928(ChunkNibbleArray chunkNibbleArray) voidmethod_3929(byte[] byte2) voidmethod_3932(int int2, int int3, int int4, int int5) voidmethod_3933(ChunkNibbleArray chunkNibbleArray) byte[]voidvoidsetBlockLight(int x, int y, int z, int light) voidsetBlockLight(ChunkNibbleArray blockLight) voidsetSkyLight(int x, int y, int z, int light) voidsetSkyLight(ChunkNibbleArray skyLight)
-
Field Details
-
yOffset
private int yOffset- Mappings:
Namespace Name Mixin selector official aLaok;a:Iintermediary field_4744Lnet/minecraft/class_1197;field_4744:Inamed yOffsetLnet/minecraft/world/chunk/ChunkSection;yOffset:I
-
containedBlockCount
private int containedBlockCount- Mappings:
Namespace Name Mixin selector official bLaok;b:Iintermediary field_4745Lnet/minecraft/class_1197;field_4745:Inamed containedBlockCountLnet/minecraft/world/chunk/ChunkSection;containedBlockCount:I
-
tickableBlockCount
private int tickableBlockCount- Mappings:
Namespace Name Mixin selector official cLaok;c:Iintermediary field_4746Lnet/minecraft/class_1197;field_4746:Inamed tickableBlockCountLnet/minecraft/world/chunk/ChunkSection;tickableBlockCount:I
-
field_4747
private byte[] field_4747- Mappings:
Namespace Name Mixin selector official dLaok;d:[Bintermediary field_4747Lnet/minecraft/class_1197;field_4747:[Bnamed field_4747Lnet/minecraft/world/chunk/ChunkSection;field_4747:[B
-
field_4748
- Mappings:
Namespace Name Mixin selector official eLaok;e:Laog;intermediary field_4748Lnet/minecraft/class_1197;field_4748:Lnet/minecraft/class_1194;named field_4748Lnet/minecraft/world/chunk/ChunkSection;field_4748:Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
field_4749
- Mappings:
Namespace Name Mixin selector official fLaok;f:Laog;intermediary field_4749Lnet/minecraft/class_1197;field_4749:Lnet/minecraft/class_1194;named field_4749Lnet/minecraft/world/chunk/ChunkSection;field_4749:Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
blockLight
- Mappings:
Namespace Name Mixin selector official gLaok;g:Laog;intermediary field_4750Lnet/minecraft/class_1197;field_4750:Lnet/minecraft/class_1194;named blockLightLnet/minecraft/world/chunk/ChunkSection;blockLight:Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
skyLight
- Mappings:
Namespace Name Mixin selector official hLaok;h:Laog;intermediary field_4751Lnet/minecraft/class_1197;field_4751:Lnet/minecraft/class_1194;named skyLightLnet/minecraft/world/chunk/ChunkSection;skyLight:Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
-
Constructor Details
-
ChunkSection
public ChunkSection(int yOffset, boolean skyLightEnabled) - Mappings:
Namespace Name Mixin selector official <init>Laok;<init>(IZ)Vintermediary <init>Lnet/minecraft/class_1197;<init>(IZ)Vnamed <init>Lnet/minecraft/world/chunk/ChunkSection;<init>(IZ)V
-
-
Method Details
-
getBlock
- Mappings:
Namespace Name Mixin selector official aLaok;a(III)Laht;intermediary method_6539Lnet/minecraft/class_1197;method_6539(III)Lnet/minecraft/class_197;named getBlockLnet/minecraft/world/chunk/ChunkSection;getBlock(III)Lnet/minecraft/block/Block;
-
method_3927
- Mappings:
Namespace Name Mixin selector official aLaok;a(IIILaht;)Vintermediary method_3927Lnet/minecraft/class_1197;method_3927(IIILnet/minecraft/class_197;)Vnamed method_3927Lnet/minecraft/world/chunk/ChunkSection;method_3927(IIILnet/minecraft/block/Block;)V
-
getBlockData
public int getBlockData(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official bLaok;b(III)Iintermediary method_3931Lnet/minecraft/class_1197;method_3931(III)Inamed getBlockDataLnet/minecraft/world/chunk/ChunkSection;getBlockData(III)I
-
method_3932
public void method_3932(int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official aLaok;a(IIII)Vintermediary method_3932Lnet/minecraft/class_1197;method_3932(IIII)Vnamed method_3932Lnet/minecraft/world/chunk/ChunkSection;method_3932(IIII)V
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official aLaok;a()Zintermediary method_3925Lnet/minecraft/class_1197;method_3925()Znamed isEmptyLnet/minecraft/world/chunk/ChunkSection;isEmpty()Z
-
hasTickableBlocks
public boolean hasTickableBlocks()- Mappings:
Namespace Name Mixin selector official bLaok;b()Zintermediary method_3930Lnet/minecraft/class_1197;method_3930()Znamed hasTickableBlocksLnet/minecraft/world/chunk/ChunkSection;hasTickableBlocks()Z
-
getYOffset
public int getYOffset()- Mappings:
Namespace Name Mixin selector official dLaok;d()Iintermediary method_3937Lnet/minecraft/class_1197;method_3937()Inamed getYOffsetLnet/minecraft/world/chunk/ChunkSection;getYOffset()I
-
setSkyLight
public void setSkyLight(int x, int y, int z, int light) - Mappings:
Namespace Name Mixin selector official bLaok;b(IIII)Vintermediary method_3935Lnet/minecraft/class_1197;method_3935(IIII)Vnamed setSkyLightLnet/minecraft/world/chunk/ChunkSection;setSkyLight(IIII)V
-
getSkyLight
public int getSkyLight(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official cLaok;c(III)Iintermediary method_3934Lnet/minecraft/class_1197;method_3934(III)Inamed getSkyLightLnet/minecraft/world/chunk/ChunkSection;getSkyLight(III)I
-
setBlockLight
public void setBlockLight(int x, int y, int z, int light) - Mappings:
Namespace Name Mixin selector official cLaok;c(IIII)Vintermediary method_3939Lnet/minecraft/class_1197;method_3939(IIII)Vnamed setBlockLightLnet/minecraft/world/chunk/ChunkSection;setBlockLight(IIII)V
-
getBlockLight
public int getBlockLight(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official dLaok;d(III)Iintermediary method_3938Lnet/minecraft/class_1197;method_3938(III)Inamed getBlockLightLnet/minecraft/world/chunk/ChunkSection;getBlockLight(III)I
-
calculateCounts
public void calculateCounts()- Mappings:
Namespace Name Mixin selector official eLaok;e()Vintermediary method_3941Lnet/minecraft/class_1197;method_3941()Vnamed calculateCountsLnet/minecraft/world/chunk/ChunkSection;calculateCounts()V
-
method_3942
public byte[] method_3942()- Mappings:
Namespace Name Mixin selector official gLaok;g()[Bintermediary method_3942Lnet/minecraft/class_1197;method_3942()[Bnamed method_3942Lnet/minecraft/world/chunk/ChunkSection;method_3942()[B
-
method_3943
- Mappings:
Namespace Name Mixin selector official hLaok;h()Vintermediary method_3943Lnet/minecraft/class_1197;method_3943()Vnamed method_3943Lnet/minecraft/world/chunk/ChunkSection;method_3943()V
-
method_3944
- Mappings:
Namespace Name Mixin selector official iLaok;i()Laog;intermediary method_3944Lnet/minecraft/class_1197;method_3944()Lnet/minecraft/class_1194;named method_3944Lnet/minecraft/world/chunk/ChunkSection;method_3944()Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
method_3945
- Mappings:
Namespace Name Mixin selector official jLaok;j()Laog;intermediary method_3945Lnet/minecraft/class_1197;method_3945()Lnet/minecraft/class_1194;named method_3945Lnet/minecraft/world/chunk/ChunkSection;method_3945()Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
getBlockLight
- Mappings:
Namespace Name Mixin selector official kLaok;k()Laog;intermediary method_3946Lnet/minecraft/class_1197;method_3946()Lnet/minecraft/class_1194;named getBlockLightLnet/minecraft/world/chunk/ChunkSection;getBlockLight()Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
getSkyLight
- Mappings:
Namespace Name Mixin selector official lLaok;l()Laog;intermediary method_3947Lnet/minecraft/class_1197;method_3947()Lnet/minecraft/class_1194;named getSkyLightLnet/minecraft/world/chunk/ChunkSection;getSkyLight()Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
method_3929
public void method_3929(byte[] byte2) - Mappings:
Namespace Name Mixin selector official aLaok;a([B)Vintermediary method_3929Lnet/minecraft/class_1197;method_3929([B)Vnamed method_3929Lnet/minecraft/world/chunk/ChunkSection;method_3929([B)V
-
method_3928
- Mappings:
Namespace Name Mixin selector official aLaok;a(Laog;)Vintermediary method_3928Lnet/minecraft/class_1197;method_3928(Lnet/minecraft/class_1194;)Vnamed method_3928Lnet/minecraft/world/chunk/ChunkSection;method_3928(Lnet/minecraft/world/chunk/ChunkNibbleArray;)V
-
method_3933
- Mappings:
Namespace Name Mixin selector official bLaok;b(Laog;)Vintermediary method_3933Lnet/minecraft/class_1197;method_3933(Lnet/minecraft/class_1194;)Vnamed method_3933Lnet/minecraft/world/chunk/ChunkSection;method_3933(Lnet/minecraft/world/chunk/ChunkNibbleArray;)V
-
setBlockLight
- Mappings:
Namespace Name Mixin selector official cLaok;c(Laog;)Vintermediary method_3936Lnet/minecraft/class_1197;method_3936(Lnet/minecraft/class_1194;)Vnamed setBlockLightLnet/minecraft/world/chunk/ChunkSection;setBlockLight(Lnet/minecraft/world/chunk/ChunkNibbleArray;)V
-
setSkyLight
- Mappings:
Namespace Name Mixin selector official dLaok;d(Laog;)Vintermediary method_3940Lnet/minecraft/class_1197;method_3940(Lnet/minecraft/class_1194;)Vnamed setSkyLightLnet/minecraft/world/chunk/ChunkSection;setSkyLight(Lnet/minecraft/world/chunk/ChunkNibbleArray;)V
-
method_3948
- Mappings:
Namespace Name Mixin selector official mLaok;m()Laog;intermediary method_3948Lnet/minecraft/class_1197;method_3948()Lnet/minecraft/class_1194;named method_3948Lnet/minecraft/world/chunk/ChunkSection;method_3948()Lnet/minecraft/world/chunk/ChunkNibbleArray;
-