Package net.minecraftforge.client
Interface IWeatherRenderHandler
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IWeatherRenderHandler
CallDimensionRenderInfo.setWeatherRenderHandler(IWeatherRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all weather rendering with your own. This includes rain and snow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(int ticks, float partialTicks, ClientWorld world, Minecraft mc, LightTexture lightmapIn, double xIn, double yIn, double zIn)
-
-
-
Method Detail
-
render
void render(int ticks, float partialTicks, ClientWorld world, Minecraft mc, LightTexture lightmapIn, double xIn, double yIn, double zIn)
-
-