Package net.fabricmc.fabric.api.event

Types

AutoInvokingEvent
Link copied to clipboard
public @interface AutoInvokingEvent
Indicates that this Event is auto-invoking: it calls the event callback implemented by a context parameter type automatically and without registration.
Event
Link copied to clipboard
public abstract class Event<T>
Base class for Event implementations.
EventFactory
Link copied to clipboard
public final class EventFactory
Helper for creating Event classes.