Uses of Class
net.minecraft.world.lighting.LightEngine
-
Packages that use LightEngine Package Description net.minecraft.world.lighting -
-
Uses of LightEngine in net.minecraft.world.lighting
Subclasses of LightEngine in net.minecraft.world.lighting Modifier and Type Class Description class
BlockLightEngine
class
SkyLightEngine
Fields in net.minecraft.world.lighting declared as LightEngine Modifier and Type Field Description private LightEngine<?,?>
WorldLightManager. blockEngine
private LightEngine<?,?>
WorldLightManager. skyEngine
Methods in net.minecraft.world.lighting with parameters of type LightEngine Modifier and Type Method Description private void
SectionLightStorage. checkEdgesForSection(LightEngine<M,?> p_241538_1_, long p_241538_2_)
protected void
SectionLightStorage. clearQueuedSectionBlocks(LightEngine<?,?> p_215528_1_, long p_215528_2_)
protected void
SectionLightStorage. markNewInconsistencies(LightEngine<M,?> p_215522_1_, boolean p_215522_2_, boolean p_215522_3_)
protected void
SkyLightStorage. markNewInconsistencies(LightEngine<SkyLightStorage.StorageMap,?> p_215522_1_, boolean p_215522_2_, boolean p_215522_3_)
-