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 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 Type
    Method
    Description
    void
    render​(int ticks, ClientLevel world, Minecraft mc, Camera activeRenderInfoIn)