Package com.blamejared.crafttweaker.api.event.bus
package com.blamejared.crafttweaker.api.event.bus
-
ClassDescriptionWraps an exception that has been thrown by an
IEventBuswhile trying to dispatch an event to various listeners.Wire that provides a way to adapt a platform-specific event to a common event, allowing it to fire on both platform-specific buses and common buses as needed.Wire that allows the creation of a wirelessIEventBus.Wires the givenIEventBusonto the default Forge'sIEventBus.IEventBus<T>Represents a bus on which events of a specific type can be posted.Manages the wiring of anIEventBusin order to construct a wired event bus.Represents a token associated to a particularIEventBusand handler that allows for the removal of the handler from the event bus.