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_PHASE for listeners that should be executed first, taking precedence over others.
  • Default: use Event#DEFAULT_PHASE for listeners that do not depend on the order of execution.
  • Deferred: use HarvestWithEaseEvents#DEFERRED_PHASE for listeners that should be executed last, after all others.