JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package net.fabricmc.fabric.api.event
package
net.fabricmc.fabric.api.event
Class Summary
Class
Description
Event
<T>
Base class for Event implementations.
EventFactory
Helper for creating
Event
classes.
Annotation Interfaces Summary
Annotation Interface
Description
AutoInvokingEvent
Indicates that this
Event
is auto-invoking: it calls the event callback implemented by a context parameter type automatically and without registration.