JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package net.fabricmc.fabric.api.event
@NullMarked
package
net.fabricmc.fabric.api.event
API code for fabric-api-base.
Related Packages
Package
Description
net.fabricmc.fabric.api.event.player
API code for fabric-events-interaction-v0.
net.fabricmc.fabric.api.event.registry
API code for fabric-registry-sync-v0.
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.