Uses of Class
net.minecraft.world.chunk.light.LightingProvider
-
Uses of LightingProvider in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type LightingProvider 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 LightingProvider in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk that return LightingProvider Modifier and Type Method Description LightingProviderChunkRendererRegion. getLightingProvider() -
Uses of LightingProvider in net.minecraft.client.world
Fields in net.minecraft.client.world declared as LightingProvider Modifier and Type Field Description private LightingProviderClientChunkManager. lightingProviderMethods in net.minecraft.client.world that return LightingProvider Modifier and Type Method Description LightingProviderClientChunkManager. getLightingProvider() -
Uses of LightingProvider in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type LightingProvider 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)Constructors in net.minecraft.network.packet.s2c.play with parameters of type LightingProvider Constructor Description LightUpdateS2CPacket(ChunkPos chunkPos, LightingProvider lightProvider, @Nullable BitSet bitSet, @Nullable BitSet bitSet2, boolean bool) -
Uses of LightingProvider in net.minecraft.server.world
Subclasses of LightingProvider in net.minecraft.server.world Modifier and Type Class Description classServerLightingProviderFields in net.minecraft.server.world declared as LightingProvider Modifier and Type Field Description private LightingProviderChunkHolder. lightingProviderConstructors in net.minecraft.server.world with parameters of type LightingProvider Constructor Description ChunkHolder(ChunkPos pos, int level, HeightLimitView world, LightingProvider lightingProvider, ChunkHolder.LevelUpdateListener levelUpdateListener, ChunkHolder.PlayersWatchingChunkProvider playersWatchingChunkProvider) -
Uses of LightingProvider in net.minecraft.world
Methods in net.minecraft.world that return LightingProvider Modifier and Type Method Description LightingProviderBlockRenderView. getLightingProvider()LightingProviderChunkRegion. getLightingProvider()LightingProviderWorld. getLightingProvider() -
Uses of LightingProvider in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as LightingProvider Modifier and Type Field Description private @Nullable LightingProviderProtoChunk. lightingProviderMethods in net.minecraft.world.chunk that return LightingProvider Modifier and Type Method Description abstract LightingProviderChunkManager. getLightingProvider()Methods in net.minecraft.world.chunk with parameters of type LightingProvider Modifier and Type Method Description voidProtoChunk. setLightingProvider(LightingProvider lightingProvider)