Uses of Class
net.minecraft.world.chunk.NibbleArray
Packages that use NibbleArray
Package
Description
-
Uses of NibbleArray in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return NibbleArray -
Uses of NibbleArray in net.minecraft.world.lighting
Subclasses of NibbleArray in net.minecraft.world.lightingFields in net.minecraft.world.lighting declared as NibbleArrayModifier and TypeFieldDescriptionprotected static final NibbleArraySectionLightStorage.EMPTY_DATAprivate final NibbleArray[]LightDataMap.lastSectionsFields in net.minecraft.world.lighting with type parameters of type NibbleArrayModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray>LightDataMap.mapprotected final it.unimi.dsi.fastutil.longs.Long2ObjectMap<NibbleArray>SectionLightStorage.queuedSectionsMethods in net.minecraft.world.lighting that return NibbleArrayModifier and TypeMethodDescriptionprotected 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_) IWorldLightListener.Dummy.getDataLayerData(SectionPos p_215612_1_) IWorldLightListener.getDataLayerData(SectionPos p_215612_1_) LightEngine.getDataLayerData(SectionPos p_215612_1_) SectionLightStorage.getDataLayerData(long p_222858_1_) LightDataMap.getLayer(long p_215638_1_) LightDataMap.removeLayer(long p_223130_1_) Methods in net.minecraft.world.lighting with parameters of type NibbleArrayModifier and TypeMethodDescriptionprotected 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 NibbleArrayConstructor parameters in net.minecraft.world.lighting with type arguments of type NibbleArrayModifierConstructorDescriptionprotectedLightDataMap(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 NibbleArrayModifier and TypeMethodDescriptionvoidServerWorldLightManager.queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)