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.
 
Call 
DimensionSpecialEffects.setWeatherParticleRenderHandler(IWeatherParticleRenderHandler),
 obtained from a ClientLevel 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
Modifier and TypeMethodDescriptionvoidrender(int ticks, ClientLevel level, Minecraft minecraft, Camera camera)  
- 
Method Details
- 
render
 
 -