Class ParticleRenderEvents
java.lang.Object
net.fabricmc.fabric.api.client.particle.v1.ParticleRenderEvents
Events related to particle rendering.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier 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_TINTAn 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 returnsfalsefor a given call, further iteration will be canceled and the event invoker will returnfalse.
 
-