Uses of Class
net.minecraft.client.renderer.LightTexture
Packages that use LightTexture
Package
Description
Extension interfaces for
client
-only classes.-
Uses of LightTexture in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type LightTextureModifier and TypeMethodDescriptionvoid
ParticleEngine.render
(LightTexture pLightTexture, Camera pCamera, float pPartialTick) Deprecated.void
ParticleEngine.render
(LightTexture pLightTexture, Camera pCamera, float pPartialTick, Frustum frustum, Predicate<ParticleRenderType> renderTypePredicate) -
Uses of LightTexture in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as LightTextureMethods in net.minecraft.client.renderer that return LightTextureMethods in net.minecraft.client.renderer with parameters of type LightTextureModifier and TypeMethodDescriptionvoid
LevelRenderer.renderLevel
(DeltaTracker pDeltaTracker, boolean pRenderBlockOutline, Camera pCamera, GameRenderer pGameRenderer, LightTexture pLightTexture, org.joml.Matrix4f pFrustumMatrix, org.joml.Matrix4f pProjectionMatrix) private void
LevelRenderer.renderSnowAndRain
(LightTexture pLightTexture, float pPartialTick, double pCamX, double pCamY, double pCamZ) -
Uses of LightTexture in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type LightTextureModifier 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.