Fabric events - Crystal-Nest/harvest-with-ease GitHub Wiki
Events
All of the 4 available events are fields of HarvestEvents.
Only HarvestEvents#CHECK does not have priority phases.
Priority
- Priority: use
HarvestWithEaseEvents#PRIORITY_PHASEfor listeners that should be executed first, taking precedence over others. - Default: use
Event#DEFAULT_PHASEfor listeners that do not depend on the order of execution. - Deferred: use
HarvestWithEaseEvents#DEFERRED_PHASEfor listeners that should be executed last, after all others.