Class RegisterCauldronInteractionEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.RegisterCauldronInteractionEvent
- All Implemented Interfaces:
IModBusEvent
- Direct Known Subclasses:
RegisterCauldronInteractionEvent.Dispatcher, RegisterCauldronInteractionEvent.Interaction
public abstract sealed class RegisterCauldronInteractionEvent
extends net.neoforged.bus.api.Event
implements IModBusEvent
permits RegisterCauldronInteractionEvent.Dispatcher, RegisterCauldronInteractionEvent.Interaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFired to allow mods to register their own cauldron interaction dispatchers.static final classFired to allow mods to register cauldron interactions to existing dispatchers. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExtraCodecs.LateBoundIdMapper<String, CauldronInteraction.Dispatcher> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRegisterCauldronInteractionEvent(ExtraCodecs.LateBoundIdMapper<String, CauldronInteraction.Dispatcher> idMapper) -
Method Summary
-
Field Details
-
idMapper
-
-
Constructor Details
-
RegisterCauldronInteractionEvent
protected RegisterCauldronInteractionEvent(ExtraCodecs.LateBoundIdMapper<String, CauldronInteraction.Dispatcher> idMapper)
-