JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Deprecated
Index
Search
Help
net.fabricmc.fabric.api.event
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package net.fabricmc.fabric.api.event
package
net.fabricmc.fabric.api.event
Related Packages
Package
Description
net.fabricmc.fabric.api.event.registry
All Classes and Interfaces
Classes
Annotation Interfaces
Class
Description
AutoInvokingEvent
Indicates that this
Event
is auto-invoking: it calls the event callback implemented by a context parameter type automatically and without registration.
Event
<T>
Base class for Fabric's event implementations.
EventFactory
Helper for creating
Event
classes.