Uses of Class
net.minecraft.world.chunk.NibbleArray
-
Packages that use NibbleArray Package Description net.minecraft.world.chunk net.minecraft.world.lighting net.minecraft.world.server -
-
Uses of NibbleArray in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return NibbleArray Modifier and Type Method Description NibbleArray
NibbleArray. copy()
-
Uses of NibbleArray in net.minecraft.world.lighting
Subclasses of NibbleArray in net.minecraft.world.lighting Modifier and Type Class Description class
NibbleArrayRepeater
Fields in net.minecraft.world.lighting declared as NibbleArray Modifier and Type Field Description protected static NibbleArray
SectionLightStorage. EMPTY_DATA
private NibbleArray[]
LightDataMap. lastSections
Fields in net.minecraft.world.lighting with type parameters of type NibbleArray Modifier and Type Field Description protected it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray>
LightDataMap. map
protected it.unimi.dsi.fastutil.longs.Long2ObjectMap<NibbleArray>
SectionLightStorage. queuedSections
Methods in net.minecraft.world.lighting that return NibbleArray Modifier and Type Method Description protected NibbleArray
SectionLightStorage. createDataLayer(long p_215530_1_)
protected NibbleArray
SkyLightStorage. createDataLayer(long p_215530_1_)
protected NibbleArray
SectionLightStorage. getDataLayer(long p_215520_1_, boolean p_215520_3_)
protected NibbleArray
SectionLightStorage. getDataLayer(M p_215531_1_, long p_215531_2_)
NibbleArray
IWorldLightListener.Dummy. getDataLayerData(SectionPos p_215612_1_)
NibbleArray
IWorldLightListener. getDataLayerData(SectionPos p_215612_1_)
NibbleArray
LightEngine. getDataLayerData(SectionPos p_215612_1_)
NibbleArray
SectionLightStorage. getDataLayerData(long p_222858_1_)
NibbleArray
LightDataMap. getLayer(long p_215638_1_)
NibbleArray
LightDataMap. removeLayer(long p_223130_1_)
Methods in net.minecraft.world.lighting with parameters of type NibbleArray Modifier and Type Method Description protected int
LightEngine. getLevel(NibbleArray p_215622_1_, long p_215622_2_)
protected void
LightEngine. queueSectionData(long p_215621_1_, NibbleArray p_215621_3_, boolean p_215621_4_)
protected void
SectionLightStorage. queueSectionData(long p_215529_1_, NibbleArray p_215529_3_, boolean p_215529_4_)
void
WorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)
void
LightDataMap. setLayer(long p_215640_1_, NibbleArray p_215640_3_)
Constructors in net.minecraft.world.lighting with parameters of type NibbleArray Constructor Description NibbleArrayRepeater(NibbleArray p_i51297_1_, int p_i51297_2_)
Constructor parameters in net.minecraft.world.lighting with type arguments of type NibbleArray Constructor Description LightDataMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i51299_1_)
StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i50064_1_)
StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i50496_1_, it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap p_i50496_2_, int p_i50496_3_)
-
Uses of NibbleArray in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type NibbleArray Modifier and Type Method Description void
ServerWorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)
-