Uses of Enum Class
net.minecraft.world.LightType
Packages that use LightType
Package
Description
-
Uses of LightType in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type LightTypeModifier and TypeMethodDescriptionvoid
ClientChunkProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) -
Uses of LightType in net.minecraft.client.network.play
Methods in net.minecraft.client.network.play with parameters of type LightTypeModifier and TypeMethodDescriptionprivate void
ClientPlayNetHandler.readSectionList
(int p_217284_1_, int p_217284_2_, WorldLightManager p_217284_3_, LightType p_217284_4_, int p_217284_5_, int p_217284_6_, Iterator<byte[]> p_217284_7_, boolean p_217284_8_) -
Uses of LightType in net.minecraft.world
Methods in net.minecraft.world that return LightTypeModifier and TypeMethodDescriptionstatic LightType
Returns the enum constant of this class with the specified name.static LightType[]
LightType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type LightTypeModifier and TypeMethodDescriptiondefault int
IBlockDisplayReader.getBrightness
(LightType p_226658_1_, BlockPos p_226658_2_) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightTypeModifier and TypeMethodDescriptiondefault void
IChunkLightProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) -
Uses of LightType in net.minecraft.world.lighting
Fields in net.minecraft.world.lighting declared as LightTypeModifier and TypeFieldDescriptionprotected final LightType
LightEngine.layer
private final LightType
SectionLightStorage.layer
Methods in net.minecraft.world.lighting with parameters of type LightTypeModifier and TypeMethodDescriptionWorldLightManager.getDebugData
(LightType p_215572_1_, SectionPos p_215572_2_) WorldLightManager.getLayerListener
(LightType p_215569_1_) void
WorldLightManager.queueSectionData
(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_) Constructors in net.minecraft.world.lighting with parameters of type LightTypeModifierConstructorDescriptionLightEngine
(IChunkLightProvider p_i51296_1_, LightType p_i51296_2_, S p_i51296_3_) protected
SectionLightStorage
(LightType p_i51291_1_, IChunkLightProvider p_i51291_2_, M p_i51291_3_) -
Uses of LightType in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type LightTypeModifier and TypeMethodDescriptionvoid
ServerChunkProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) void
ServerWorldLightManager.queueSectionData
(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_) void
ChunkHolder.sectionLightChanged
(LightType p_219280_1_, int p_219280_2_)