Package com.blamejared.crafttweaker.api.event
package com.blamejared.crafttweaker.api.event
-
ClassDescriptionDetermines whether an event of the given type has been canceled or not.Holds all information pertaining to events and event buses.Represents the phase at which a specific event is being posted.Marks a class as being an event accessible to ZenCode scripts, allowing for automatic discovery.Marks a field within a class as being an event bus that should be made available to ZenCode scripts, allowing for automatic discovery.Enables automatic determination of the type of event carried by an event bus.Marks a class as carrying a series of
IEventBuses that should be made available to ZenCode scripts, allowing for automatic discovery.