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 classBlockLightEngineclassSkyLightEngineFields in net.minecraft.world.lighting declared as LightEngine Modifier and Type Field Description private LightEngine<?,?>WorldLightManager. blockEngineprivate LightEngine<?,?>WorldLightManager. skyEngineMethods in net.minecraft.world.lighting with parameters of type LightEngine Modifier and Type Method Description private voidSectionLightStorage. checkEdgesForSection(LightEngine<M,?> p_241538_1_, long p_241538_2_)protected voidSectionLightStorage. clearQueuedSectionBlocks(LightEngine<?,?> p_215528_1_, long p_215528_2_)protected voidSectionLightStorage. markNewInconsistencies(LightEngine<M,?> p_215522_1_, boolean p_215522_2_, boolean p_215522_3_)protected voidSkyLightStorage. markNewInconsistencies(LightEngine<SkyLightStorage.StorageMap,?> p_215522_1_, boolean p_215522_2_, boolean p_215522_3_)
-