Class CurryFinishInteractionEventLogic
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.event.ListeningEventLogic
com.pixelmonmod.pixelmon.api.npc.interaction.event.type.curry.CurryFinishInteractionEventLogic
- All Implemented Interfaces:
InteractionEventLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CurryFinishInteractionEventLogic> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<CurryFinishInteractionEventLogic> codec()The codec for this interaction event logic.voidInteractionEventType<? extends InteractionEventLogic> type()The type of this interaction event logic.Methods inherited from class com.pixelmonmod.pixelmon.api.npc.interaction.event.ListeningEventLogic
addListener, triggerInteractionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEventLogic
createContext
-
Field Details
-
CODEC
-
-
Constructor Details
-
CurryFinishInteractionEventLogic
public CurryFinishInteractionEventLogic()
-
-
Method Details
-
type
Description copied from interface:InteractionEventLogicThe type of this interaction event logic.- Returns:
- the type of this interaction event logic
-
codec
Description copied from interface:InteractionEventLogicThe codec for this interaction event logic.- Returns:
- the codec for this interaction event logic
-
onShrineActivate
-