Uses of Class
net.minecraft.client.renderer.LightTexture
-
Packages that use LightTexture Package Description net.minecraft.client.particle net.minecraft.client.renderer net.minecraftforge.client -
-
Uses of LightTexture in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type LightTexture Modifier and Type Method Description void
ParticleManager. render(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_)
Deprecated.Forge: useParticleManager.renderParticles(MatrixStack, IRenderTypeBuffer.Impl, LightTexture, ActiveRenderInfo, float, net.minecraft.client.renderer.culling.ClippingHelper)
with ClippingHelper as additional parametervoid
ParticleManager. renderParticles(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_, ClippingHelper clippingHelper)
-
Uses of LightTexture in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as LightTexture Modifier and Type Field Description private LightTexture
GameRenderer. lightTexture
Methods in net.minecraft.client.renderer that return LightTexture Modifier and Type Method Description LightTexture
GameRenderer. lightTexture()
Methods in net.minecraft.client.renderer with parameters of type LightTexture Modifier and Type Method Description void
WorldRenderer. renderLevel(MatrixStack p_228426_1_, float p_228426_2_, long p_228426_3_, boolean p_228426_5_, ActiveRenderInfo p_228426_6_, GameRenderer p_228426_7_, LightTexture p_228426_8_, Matrix4f p_228426_9_)
private void
WorldRenderer. renderSnowAndRain(LightTexture p_228438_1_, float p_228438_2_, double p_228438_3_, double p_228438_5_, double p_228438_7_)
-
Uses of LightTexture in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type LightTexture Modifier and Type Method Description void
IWeatherRenderHandler. render(int ticks, float partialTicks, ClientWorld world, Minecraft mc, LightTexture lightmapIn, double xIn, double yIn, double zIn)
-