Uses of Class
net.minecraft.world.chunk.ChunkNibbleArray
Packages that use ChunkNibbleArray
Package
Description
-
Uses of ChunkNibbleArray in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ChunkNibbleArrayModifier and TypeMethodDescriptionvoidServerLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool) -
Uses of ChunkNibbleArray in net.minecraft.world.chunk
Subclasses of ChunkNibbleArray in net.minecraft.world.chunkFields in net.minecraft.world.chunk declared as ChunkNibbleArrayFields in net.minecraft.world.chunk with type parameters of type ChunkNibbleArrayModifier and TypeFieldDescriptionprotected Long2ObjectOpenHashMap<ChunkNibbleArray>ChunkToNibbleArrayMap.arraysMethods in net.minecraft.world.chunk that return ChunkNibbleArrayModifier and TypeMethodDescriptionChunkNibbleArray.copy()ChunkToNibbleArrayMap.get(long chunkPos)ChunkToNibbleArrayMap.removeChunk(long chunkPos)Methods in net.minecraft.world.chunk with parameters of type ChunkNibbleArrayModifier and TypeMethodDescriptionvoidChunkToNibbleArrayMap.put(long pos, ChunkNibbleArray data)Constructors in net.minecraft.world.chunk with parameters of type ChunkNibbleArrayModifierConstructorDescriptionColumnChunkNibbleArray(ChunkNibbleArray chunkNibbleArray, int offset)Constructor parameters in net.minecraft.world.chunk with type arguments of type ChunkNibbleArrayModifierConstructorDescriptionprotected -
Uses of ChunkNibbleArray in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as ChunkNibbleArrayFields in net.minecraft.world.chunk.light with type parameters of type ChunkNibbleArrayModifier and TypeFieldDescriptionprotected Long2ObjectMap<ChunkNibbleArray>LightStorage.queuedSectionsMethods in net.minecraft.world.chunk.light that return ChunkNibbleArrayModifier and TypeMethodDescriptionprotected ChunkNibbleArrayLightStorage.createSection(long sectionPos)protected ChunkNibbleArraySkyLightStorage.createSection(long sectionPos)ChunkLightingView.Empty.getLightSection(ChunkSectionPos pos)ChunkLightingView.getLightSection(ChunkSectionPos pos)ChunkLightProvider.getLightSection(ChunkSectionPos pos)LightStorage.getLightSection(long sectionPos)protected @Nullable ChunkNibbleArrayLightStorage.getLightSection(long sectionPos, boolean cached)protected @Nullable ChunkNibbleArrayLightStorage.getLightSection(M storage, long sectionPos)Methods in net.minecraft.world.chunk.light with parameters of type ChunkNibbleArrayModifier and TypeMethodDescriptionprotected voidChunkLightProvider.enqueueSectionData(long sectionPos, @Nullable ChunkNibbleArray lightArray, boolean bool)voidLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)protected voidLightStorage.enqueueSectionData(long sectionPos, @Nullable ChunkNibbleArray array, boolean bool)protected intChunkLightProvider.getCurrentLevelFromSection(ChunkNibbleArray section, long blockPos)Constructor parameters in net.minecraft.world.chunk.light with type arguments of type ChunkNibbleArrayModifierConstructorDescriptionData(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays)Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)