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
Call DimensionRenderInfo.setWeatherParticleRenderHandler(net.minecraftforge.client.IWeatherParticleRenderHandler), obtained from a ClientWorld 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.