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 void
ServerLightingProvider. 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 class
ColumnChunkNibbleArray
Fields in net.minecraft.world.chunk declared as ChunkNibbleArray Modifier and Type Field Description private ChunkNibbleArray[]
ChunkToNibbleArrayMap. cacheArrays
Fields in net.minecraft.world.chunk with type parameters of type ChunkNibbleArray Modifier and Type Field Description protected Long2ObjectOpenHashMap<ChunkNibbleArray>
ChunkToNibbleArrayMap. arrays
Methods in net.minecraft.world.chunk that return ChunkNibbleArray Modifier and Type Method Description ChunkNibbleArray
ChunkNibbleArray. copy()
@Nullable ChunkNibbleArray
ChunkToNibbleArrayMap. get(long chunkPos)
@Nullable ChunkNibbleArray
ChunkToNibbleArrayMap. removeChunk(long chunkPos)
Methods in net.minecraft.world.chunk with parameters of type ChunkNibbleArray Modifier and Type Method Description void
ChunkToNibbleArrayMap. 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 ChunkNibbleArray
LightStorage. EMPTY
Fields in net.minecraft.world.chunk.light with type parameters of type ChunkNibbleArray Modifier and Type Field Description protected Long2ObjectMap<ChunkNibbleArray>
LightStorage. queuedSections
Methods in net.minecraft.world.chunk.light that return ChunkNibbleArray Modifier and Type Method Description protected ChunkNibbleArray
LightStorage. createSection(long sectionPos)
protected ChunkNibbleArray
SkyLightStorage. createSection(long sectionPos)
@Nullable ChunkNibbleArray
ChunkLightingView.Empty. getLightSection(ChunkSectionPos pos)
@Nullable ChunkNibbleArray
ChunkLightingView. getLightSection(ChunkSectionPos pos)
@Nullable ChunkNibbleArray
ChunkLightProvider. getLightSection(ChunkSectionPos pos)
@Nullable ChunkNibbleArray
LightStorage. getLightSection(long sectionPos)
protected @Nullable ChunkNibbleArray
LightStorage. getLightSection(long sectionPos, boolean cached)
protected @Nullable ChunkNibbleArray
LightStorage. getLightSection(M storage, long sectionPos)
Methods in net.minecraft.world.chunk.light with parameters of type ChunkNibbleArray Modifier and Type Method Description protected 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)
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)