Package net.fabricmc.fabric.api.event


package net.fabricmc.fabric.api.event
  • Class Summary
    Class
    Description
    Base class for Event implementations.
    Helper for creating Event classes.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Indicates that this Event is auto-invoking: it calls the event callback implemented by a context parameter type automatically and without registration.