Uses of Class
net.minecraft.world.chunk.ChunkNibbleArray
Packages that use ChunkNibbleArray
-
Uses of ChunkNibbleArray in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkNibbleArrayModifier and TypeFieldDescriptionprivate ChunkNibbleArrayChunkSection.blockLightprivate ChunkNibbleArrayChunkSection.field_4748private ChunkNibbleArrayChunkSection.field_4749private ChunkNibbleArrayChunkSection.skyLightMethods in net.minecraft.world.chunk that return ChunkNibbleArrayModifier and TypeMethodDescriptionChunkSection.getBlockLight()ChunkSection.getSkyLight()ChunkSection.method_3944()ChunkSection.method_3945()ChunkSection.method_3948()Methods in net.minecraft.world.chunk with parameters of type ChunkNibbleArrayModifier and TypeMethodDescriptionvoidChunkSection.method_3928(ChunkNibbleArray chunkNibbleArray) voidChunkSection.method_3933(ChunkNibbleArray chunkNibbleArray) voidChunkSection.setBlockLight(ChunkNibbleArray blockLight) voidChunkSection.setSkyLight(ChunkNibbleArray skyLight)