Class RegisterCauldronInteractionEvent.Dispatcher
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.RegisterCauldronInteractionEvent
net.neoforged.neoforge.event.RegisterCauldronInteractionEvent.Dispatcher
- All Implemented Interfaces:
IModBusEvent
- Enclosing class:
RegisterCauldronInteractionEvent
public static final class RegisterCauldronInteractionEvent.Dispatcher
extends RegisterCauldronInteractionEvent
Fired to allow mods to register their own cauldron interaction dispatchers.
The event is fired on the mod bus
-
Nested Class Summary
Nested classes/interfaces inherited from class RegisterCauldronInteractionEvent
RegisterCauldronInteractionEvent.Dispatcher, RegisterCauldronInteractionEvent.Interaction -
Field Summary
Fields inherited from class RegisterCauldronInteractionEvent
idMapper -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(Identifier id, CauldronInteraction.Dispatcher dispatcher)
-
Constructor Details
-
Dispatcher
@Internal public Dispatcher(ExtraCodecs.LateBoundIdMapper<String, CauldronInteraction.Dispatcher> idMapper)
-
-
Method Details
-
register
-