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 voidClientPlayNetworkHandler.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
Methods in net.minecraft.client.world with parameters of type LightTypeModifier and TypeMethodDescriptionvoidClientChunkManager.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 TypeMethodDescriptionvoidServerLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean nonEdge) voidChunkHolder.markForLightUpdate(LightType lightType, int y) voidServerChunkManager.onLightUpdate(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world
Methods in net.minecraft.world that return LightTypeModifier and TypeMethodDescriptionstatic LightTypeReturns 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 intBlockRenderView.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 voidChunkProvider.onLightUpdate(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as LightTypeModifier and TypeFieldDescriptionprivate final LightTypeLightStorage.lightTypeprotected final LightTypeChunkLightProvider.typeMethods in net.minecraft.world.chunk.light with parameters of type LightTypeModifier and TypeMethodDescriptionLightingProvider.displaySectionLevel(LightType lightType, ChunkSectionPos pos) voidLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean nonEdge) Constructors in net.minecraft.world.chunk.light with parameters of type LightTypeModifierConstructorDescriptionChunkLightProvider(ChunkProvider chunkProvider, LightType type, S lightStorage) protectedLightStorage(LightType lightType, ChunkProvider chunkProvider, M lightData)