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 NibbleArrayNibbleArray. copy() -
Uses of NibbleArray in net.minecraft.world.lighting
Subclasses of NibbleArray in net.minecraft.world.lighting Modifier and Type Class Description classNibbleArrayRepeaterFields in net.minecraft.world.lighting declared as NibbleArray Modifier and Type Field Description protected static NibbleArraySectionLightStorage. EMPTY_DATAprivate NibbleArray[]LightDataMap. lastSectionsFields 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. mapprotected it.unimi.dsi.fastutil.longs.Long2ObjectMap<NibbleArray>SectionLightStorage. queuedSectionsMethods in net.minecraft.world.lighting that return NibbleArray Modifier and Type Method Description protected NibbleArraySectionLightStorage. createDataLayer(long p_215530_1_)protected NibbleArraySkyLightStorage. createDataLayer(long p_215530_1_)protected NibbleArraySectionLightStorage. getDataLayer(long p_215520_1_, boolean p_215520_3_)protected NibbleArraySectionLightStorage. getDataLayer(M p_215531_1_, long p_215531_2_)NibbleArrayIWorldLightListener.Dummy. getDataLayerData(SectionPos p_215612_1_)NibbleArrayIWorldLightListener. getDataLayerData(SectionPos p_215612_1_)NibbleArrayLightEngine. getDataLayerData(SectionPos p_215612_1_)NibbleArraySectionLightStorage. getDataLayerData(long p_222858_1_)NibbleArrayLightDataMap. getLayer(long p_215638_1_)NibbleArrayLightDataMap. removeLayer(long p_223130_1_)Methods in net.minecraft.world.lighting with parameters of type NibbleArray Modifier and Type Method Description protected intLightEngine. getLevel(NibbleArray p_215622_1_, long p_215622_2_)protected voidLightEngine. queueSectionData(long p_215621_1_, NibbleArray p_215621_3_, boolean p_215621_4_)protected voidSectionLightStorage. queueSectionData(long p_215529_1_, NibbleArray p_215529_3_, boolean p_215529_4_)voidWorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)voidLightDataMap. 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 voidServerWorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)
-