Uses of Class
net.minecraft.client.renderer.LightTexture
Packages that use LightTexture
Package
Description
-
Uses of LightTexture in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type LightTextureModifier and TypeMethodDescriptionvoidParticleManager.render(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_) Deprecated.voidParticleManager.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 LightTextureMethods in net.minecraft.client.renderer that return LightTextureMethods in net.minecraft.client.renderer with parameters of type LightTextureModifier and TypeMethodDescriptionvoidWorldRenderer.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 voidWorldRenderer.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 LightTextureModifier and TypeMethodDescriptionvoidIWeatherRenderHandler.render(int ticks, float partialTicks, ClientWorld world, Minecraft mc, LightTexture lightmapIn, double xIn, double yIn, double zIn)
ParticleManager.renderParticles(MatrixStack, IRenderTypeBuffer.Impl, LightTexture, ActiveRenderInfo, float, net.minecraft.client.renderer.culling.ClippingHelper)with ClippingHelper as additional parameter