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_BLOCK_DUST_TINT

      public static final Event<ParticleRenderEvents.AllowBlockDustTint> ALLOW_BLOCK_DUST_TINT
      An event that checks if a block dust particle can be tinted using the corresponding block's color provider.

      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.