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
@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.