Uses of Class
net.minecraft.world.chunk.ChunkNibbleArray
| Package | Description |
|---|---|
| net.minecraft.server.world | |
| net.minecraft.world.chunk | |
| net.minecraft.world.chunk.light |
-
Uses of ChunkNibbleArray in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ChunkNibbleArray Modifier and Type Method Description voidServerLightingProvider. 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.chunk Modifier and Type Class Description classColumnChunkNibbleArrayFields in net.minecraft.world.chunk declared as ChunkNibbleArray Modifier and Type Field Description private ChunkNibbleArray[]ChunkToNibbleArrayMap. cacheArraysFields in net.minecraft.world.chunk with type parameters of type ChunkNibbleArray Modifier and Type Field Description protected Long2ObjectOpenHashMap<ChunkNibbleArray>ChunkToNibbleArrayMap. arraysMethods in net.minecraft.world.chunk that return ChunkNibbleArray Modifier and Type Method Description ChunkNibbleArrayChunkNibbleArray. copy()@Nullable ChunkNibbleArrayChunkToNibbleArrayMap. get(long chunkPos)@Nullable ChunkNibbleArrayChunkToNibbleArrayMap. removeChunk(long chunkPos)Methods in net.minecraft.world.chunk with parameters of type ChunkNibbleArray Modifier and Type Method Description voidChunkToNibbleArrayMap. put(long pos, ChunkNibbleArray data)Constructors in net.minecraft.world.chunk with parameters of type ChunkNibbleArray Constructor Description ColumnChunkNibbleArray(ChunkNibbleArray chunkNibbleArray, int offset)Constructor parameters in net.minecraft.world.chunk with type arguments of type ChunkNibbleArray Constructor Description ChunkToNibbleArrayMap(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays) -
Uses of ChunkNibbleArray in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as ChunkNibbleArray Modifier and Type Field Description protected static ChunkNibbleArrayLightStorage. EMPTYFields in net.minecraft.world.chunk.light with type parameters of type ChunkNibbleArray Modifier and Type Field Description protected Long2ObjectMap<ChunkNibbleArray>LightStorage. queuedSectionsMethods in net.minecraft.world.chunk.light that return ChunkNibbleArray Modifier and Type Method Description protected ChunkNibbleArrayLightStorage. createSection(long sectionPos)protected ChunkNibbleArraySkyLightStorage. createSection(long sectionPos)@Nullable ChunkNibbleArrayChunkLightingView.Empty. getLightSection(ChunkSectionPos pos)@Nullable ChunkNibbleArrayChunkLightingView. getLightSection(ChunkSectionPos pos)@Nullable ChunkNibbleArrayChunkLightProvider. getLightSection(ChunkSectionPos pos)@Nullable ChunkNibbleArrayLightStorage. 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 ChunkNibbleArray Modifier and Type Method Description protected 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 ChunkNibbleArray Constructor Description Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays)Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)