Uses of Interface
net.neoforged.neoforge.common.world.AuxiliaryLightManager
Packages that use AuxiliaryLightManager
Package
Description
-
Uses of AuxiliaryLightManager in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return AuxiliaryLightManager -
Uses of AuxiliaryLightManager in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return AuxiliaryLightManagerModifier and TypeMethodDescriptiondefault @Nullable AuxiliaryLightManager
IBlockGetterExtension.getAuxLightManager
(BlockPos pos) Get theAuxiliaryLightManager
of the chunk containing the givenBlockPos
.default @Nullable AuxiliaryLightManager
IBlockGetterExtension.getAuxLightManager
(ChunkPos pos) Get theAuxiliaryLightManager
of the chunk at the givenChunkPos
. -
Uses of AuxiliaryLightManager in net.neoforged.neoforge.common.world
Classes in net.neoforged.neoforge.common.world that implement AuxiliaryLightManager