package net.fabricmc.fabric.api.event
-
Class Summary
Base class for Event implementations.
Helper for creating
Event
classes.
-
Annotation Types Summary
Indicates that this
Event
is auto-invoking:
it calls the event callback implemented by a context parameter type automatically and without registration.