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 bitSet, BitSet bitSet2, Iterator<byte[]> iterator, boolean bool) -
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 LightTypeModifier and TypeMethodDescriptionprivate static voidLightUpdateS2CPacket.method_33138(ChunkPos chunkPos, LightingProvider lightProvider, LightType lightType, int int2, BitSet bitSet, BitSet bitSet2, List<byte[]> list) -
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 bool)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 LightTypeLightStorage.lightTypeprotected LightTypeChunkLightProvider.typeMethods in net.minecraft.world.chunk.light with parameters of type LightTypeModifier and TypeMethodDescriptionLightingProvider.displaySectionLevel(LightType lightType, ChunkSectionPos chunkSectionPos)voidLightingProvider.enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)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)