Uses of Class
net.minecraft.world.LightType
-
Uses of LightType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type LightType Modifier and Type Method Description private 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 LightType Modifier and Type Method Description voidClientChunkManager. 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 Modifier and Type Method Description private 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 LightType Modifier and Type Method Description voidServerLightingProvider. 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 LightType Modifier and Type Method Description static LightTypeLightType. valueOf(String name)Returns the enum constant of this type with the specified name.static LightType[]LightType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world with parameters of type LightType Modifier and Type Method Description default intBlockRenderView. getLightLevel(LightType type, BlockPos pos) -
Uses of LightType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type LightType Modifier and Type Method Description default voidChunkProvider. onLightUpdate(LightType type, ChunkSectionPos pos) -
Uses of LightType in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as LightType Modifier and Type Field Description private LightTypeLightStorage. lightTypeprotected LightTypeChunkLightProvider. typeMethods in net.minecraft.world.chunk.light with parameters of type LightType Modifier and Type Method Description StringLightingProvider. displaySectionLevel(LightType lightType, ChunkSectionPos chunkSectionPos)voidLightingProvider. enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)ChunkLightingViewLightingProvider. get(LightType lightType)Constructors in net.minecraft.world.chunk.light with parameters of type LightType Constructor Description ChunkLightProvider(ChunkProvider chunkProvider, LightType type, S lightStorage)LightStorage(LightType lightType, ChunkProvider chunkProvider, M lightData)