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) -
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 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) 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 LightTypeMethods 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) LightingProvider.getStatus(LightType lightType, ChunkSectionPos pos) Constructors in net.minecraft.world.chunk.light with parameters of type LightTypeModifierConstructorDescriptionprotectedLightStorage(LightType lightType, ChunkProvider chunkProvider, M lightData)