Uses of Class
net.minecraft.client.renderer.LightTexture
Package
Description
Extension interfaces for
client
-only classes.-
Uses of LightTexture in net.minecraft.client.particle
Modifier and TypeMethodDescriptionvoid
ParticleEngine.render
(LightTexture p_107339_, Camera p_107340_, float p_107341_) Deprecated.void
ParticleEngine.render
(LightTexture p_107339_, Camera p_107340_, float p_107341_, Frustum frustum, Predicate<ParticleRenderType> renderTypePredicate) -
Uses of LightTexture in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionvoid
LevelRenderer.renderLevel
(float p_109601_, long p_109602_, boolean p_109603_, Camera p_109604_, GameRenderer p_109605_, LightTexture p_109606_, org.joml.Matrix4f p_254120_, org.joml.Matrix4f p_323920_) private void
LevelRenderer.renderSnowAndRain
(LightTexture p_109704_, float p_109705_, double p_109706_, double p_109707_, double p_109708_) -
Uses of LightTexture in net.neoforged.neoforge.client.extensions
Modifier and TypeMethodDescriptiondefault boolean
IDimensionSpecialEffectsExtension.renderSnowAndRain
(ClientLevel level, int ticks, float partialTick, LightTexture lightTexture, double camX, double camY, double camZ) Renders the snow and rain effects of this dimension.
ParticleEngine.render(LightTexture, Camera, float, net.minecraft.client.renderer.culling.Frustum, java.util.function.Predicate)
with additional parameters