Class ParticleRenderEvents
java.lang.Object
net.fabricmc.fabric.api.client.particle.v1.ParticleRenderEvents
Events related to particle rendering.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event<ParticleRenderEvents.AllowBlockDustTint>
An event that checks if a block dust particle can be tinted using the corresponding block's color provider. -
Method Summary
-
Field Details
-
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 returnsfalse
for a given call, further iteration will be canceled and the event invoker will returnfalse
.
-