-
-
Notifications
You must be signed in to change notification settings - Fork 1
(Neo)Forge events
Crystal Spider edited this page Jun 27, 2024
·
3 revisions
All 4 events extend ForgeHarvestEvent
/NeoForgeHarvestEvent
, which means that by subscribing to it you will receive all HWE events.
In turn, that abstract class extends PlayerInteractEvent
, thus by subscribing to the latter you will also receive all HWE events.
Only HarvestCheckEvent
and HarvestDropsEvent
are marked as cancelable.
If you have any suggestions or questions about this wiki, please open an issue following the Documentation enhancement template.