Uses of Class
net.minecraft.world.level.lighting.LevelLightEngine
Packages that use LevelLightEngine
Package
Description
-
Uses of LevelLightEngine in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as LevelLightEngineMethods in net.minecraft.client.multiplayer that return LevelLightEngineMethods in net.minecraft.client.multiplayer with parameters of type LevelLightEngineModifier and TypeMethodDescriptionprivate voidClientPacketListener.readSectionList(int chunkX, int chunkZ, LevelLightEngine lightEngine, LightLayer layer, BitSet yMask, BitSet emptyYMask, Iterator<byte[]> updates, boolean scheduleRebuild) -
Uses of LevelLightEngine in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block that return LevelLightEngine -
Uses of LevelLightEngine in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return LevelLightEngine -
Uses of LevelLightEngine in net.minecraft.client.renderer.debug
Constructors in net.minecraft.client.renderer.debug with parameters of type LevelLightEngineModifierConstructorDescriptionprivateSectionData(LevelLightEngine engine, SectionPos centerPos, int radius, LightLayer lightLayer) -
Uses of LevelLightEngine in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type LevelLightEngineModifier and TypeMethodDescriptionprivate voidClientboundLightUpdatePacketData.prepareSectionData(ChunkPos pos, LevelLightEngine lightEngine, LightLayer layer, int sectionIndex, BitSet mask, BitSet emptyMask, List<byte[]> updates) Constructors in net.minecraft.network.protocol.game with parameters of type LevelLightEngineModifierConstructorDescriptionClientboundLevelChunkWithLightPacket(LevelChunk levelChunk, LevelLightEngine lightEngine, @Nullable BitSet skyChangedLightSectionFilter, @Nullable BitSet blockChangedLightSectionFilter) ClientboundLightUpdatePacket(ChunkPos pos, LevelLightEngine lightEngine, @Nullable BitSet skyChangedLightSectionFilter, @Nullable BitSet blockChangedLightSectionFilter) ClientboundLightUpdatePacketData(ChunkPos chunkPos, LevelLightEngine lightEngine, @Nullable BitSet skyChangedLightSectionFilter, @Nullable BitSet blockChangedLightSectionFilter) -
Uses of LevelLightEngine in net.minecraft.server.level
Subclasses of LevelLightEngine in net.minecraft.server.levelFields in net.minecraft.server.level declared as LevelLightEngineMethods in net.minecraft.server.level that return LevelLightEngineConstructors in net.minecraft.server.level with parameters of type LevelLightEngineModifierConstructorDescriptionChunkHolder(ChunkPos pos, int ticketLevel, LevelHeightAccessor levelHeightAccessor, LevelLightEngine lightEngine, ChunkHolder.LevelChangeListener onLevelChange, ChunkHolder.PlayerProvider playerProvider) -
Uses of LevelLightEngine in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelLightEngineModifier and TypeMethodDescriptionBlockAndTintGetter.getLightEngine()EmptyBlockAndTintGetter.getLightEngine()Level.getLightEngine() -
Uses of LevelLightEngine in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as LevelLightEngineMethods in net.minecraft.world.level.chunk that return LevelLightEngineMethods in net.minecraft.world.level.chunk with parameters of type LevelLightEngine -
Uses of LevelLightEngine in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as LevelLightEngine