Uses of Enum Class
net.minecraft.world.LightType
Package
Description
-
Uses of LightType in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.updateLighting
(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles, boolean nonEdge) -
Uses of LightType in net.minecraft.client.world
Modifier and TypeMethodDescriptionvoid
ClientChunkManager.onLightUpdate
(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.network.packet.s2c.play
-
Uses of LightType in net.minecraft.server.world
Modifier and TypeMethodDescriptionvoid
ServerLightingProvider.enqueueSectionData
(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean nonEdge) void
ChunkHolder.markForLightUpdate
(LightType lightType, int y) void
ServerChunkManager.onLightUpdate
(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world
Modifier 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.Modifier and TypeMethodDescriptiondefault int
BlockRenderView.getLightLevel
(LightType type, BlockPos pos) -
Uses of LightType in net.minecraft.world.chunk
Modifier and TypeMethodDescriptiondefault void
ChunkProvider.onLightUpdate
(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world.chunk.light
Modifier and TypeFieldDescriptionprivate final LightType
LightStorage.lightType
protected final LightType
ChunkLightProvider.type
Modifier and TypeMethodDescriptionLightingProvider.displaySectionLevel
(LightType lightType, ChunkSectionPos pos) void
LightingProvider.enqueueSectionData
(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean nonEdge) ModifierConstructorDescriptionChunkLightProvider
(ChunkProvider chunkProvider, LightType type, S lightStorage) protected
LightStorage
(LightType lightType, ChunkProvider chunkProvider, M lightData)