Package net.minecraftforge.client
Interface IWeatherParticleRenderHandler
-
- 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 IWeatherParticleRenderHandler
CallDimensionRenderInfo.setWeatherParticleRenderHandler(net.minecraftforge.client.IWeatherParticleRenderHandler)
, obtained from aClientWorld
with an implementation of this to override all weather particle rendering with your own. This handles ground particles that can be seen when it's raining (splash/smoke particles). This also includes playing rain sounds.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(int ticks, ClientWorld world, Minecraft mc, ActiveRenderInfo activeRenderInfoIn)
-
-
-
Method Detail
-
render
void render(int ticks, ClientWorld world, Minecraft mc, ActiveRenderInfo activeRenderInfoIn)
-
-