Class ParticleRenderEvents

java.lang.Object
net.fabricmc.fabric.api.client.particle.v1.ParticleRenderEvents

public final class ParticleRenderEvents extends Object
Events related to particle rendering.
  • Field Details

    • ALLOW_TERRAIN_PARTICLE_TINT

      public static final Event<ParticleRenderEvents.AllowTerrainParticleTint> ALLOW_TERRAIN_PARTICLE_TINT
      An event that checks if a terrain particle can be tinted using the corresponding block's BlockTintSource.

      The default return value of this event is true. If any callback returns false for a given call, further iteration will be canceled and the event invoker will return false.