Uses of Enum Class
net.minecraft.world.LightType
Packages that use LightType
Package
Description
-
Uses of LightType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type LightTypeModifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.updateLighting
(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles, boolean bool) -
Uses of LightType in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as LightTypeConstructors in net.minecraft.client.render.debug with parameters of type LightTypeModifierConstructorDescription(package private)
Data
(LightingProvider lightingProvider, ChunkSectionPos sectionPos, int radius, LightType lightType) LightDebugRenderer
(MinecraftClient client, LightType lightType) -
Uses of LightType in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type LightTypeModifier and TypeMethodDescriptionvoid
ClientChunkManager.onLightUpdate
(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type LightType -
Uses of LightType in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type LightTypeModifier and TypeMethodDescriptionvoid
ServerLightingProvider.enqueueSectionData
(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles) boolean
ChunkHolder.markForLightUpdate
(LightType lightType, int y) void
ServerChunkManager.onLightUpdate
(LightType type, ChunkSectionPos pos) -
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
BlockRenderView.getLightLevel
(LightType type, BlockPos pos) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightTypeModifier and TypeMethodDescriptiondefault void
ChunkProvider.onLightUpdate
(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as LightTypeMethods in net.minecraft.world.chunk.light with parameters of type LightTypeModifier and TypeMethodDescriptionLightingProvider.displaySectionLevel
(LightType lightType, ChunkSectionPos pos) void
LightingProvider.enqueueSectionData
(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles) LightingProvider.getStatus
(LightType lightType, ChunkSectionPos pos) Constructors in net.minecraft.world.chunk.light with parameters of type LightTypeModifierConstructorDescriptionprotected
LightStorage
(LightType lightType, ChunkProvider chunkProvider, M lightData)