Uses of Class
net.minecraft.world.chunk.ChunkNibbleArray
Package
Description
-
Uses of ChunkNibbleArray in net.minecraft.server.world
Modifier and TypeMethodDescriptionvoid
ServerLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)
-
Uses of ChunkNibbleArray in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprotected Long2ObjectOpenHashMap<ChunkNibbleArray>
ChunkToNibbleArrayMap.arrays
Modifier and TypeMethodDescriptionChunkNibbleArray.copy()
ChunkToNibbleArrayMap.get(long chunkPos)
ChunkToNibbleArrayMap.removeChunk(long chunkPos)
Modifier and TypeMethodDescriptionvoid
ChunkToNibbleArrayMap.put(long pos, ChunkNibbleArray data)
ModifierConstructorDescriptionColumnChunkNibbleArray(ChunkNibbleArray chunkNibbleArray, int offset)
ModifierConstructorDescriptionprotected
-
Uses of ChunkNibbleArray in net.minecraft.world.chunk.light
Modifier and TypeFieldDescriptionprotected Long2ObjectMap<ChunkNibbleArray>
LightStorage.queuedSections
Modifier and TypeMethodDescriptionprotected ChunkNibbleArray
LightStorage.createSection(long sectionPos)
protected ChunkNibbleArray
SkyLightStorage.createSection(long sectionPos)
ChunkLightingView.Empty.getLightSection(ChunkSectionPos pos)
ChunkLightingView.getLightSection(ChunkSectionPos pos)
ChunkLightProvider.getLightSection(ChunkSectionPos pos)
LightStorage.getLightSection(long sectionPos)
protected @Nullable ChunkNibbleArray
LightStorage.getLightSection(long sectionPos, boolean cached)
protected @Nullable ChunkNibbleArray
LightStorage.getLightSection(M storage, long sectionPos)
Modifier and TypeMethodDescriptionprotected void
ChunkLightProvider.enqueueSectionData(long sectionPos, @Nullable ChunkNibbleArray lightArray, boolean bool)
void
LightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)
protected void
LightStorage.enqueueSectionData(long sectionPos, @Nullable ChunkNibbleArray array, boolean bool)
protected int
ChunkLightProvider.getCurrentLevelFromSection(ChunkNibbleArray section, long blockPos)
ModifierConstructorDescriptionData(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays)
Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)