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
package
net.fabricmc.fabric.api.event
Related Packages
Package
Description
net.fabricmc.fabric.api.event.client
net.fabricmc.fabric.api.event.network
net.fabricmc.fabric.api.event.player
net.fabricmc.fabric.api.event.registry
net.fabricmc.fabric.api.event.server
net.fabricmc.fabric.api.event.world
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.