Class UnknownActionAction
java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.UnknownActionAction
-
Nested Class Summary
Nested classes/interfaces inherited from class NpcAction
NpcAction.NpcActionData -
Constructor Summary
ConstructorsConstructorDescriptionUnknownActionAction(ActionTrigger trigger, String unknownActionName, String unknownActionValue, int order) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull ActionExecutionContext context, @Nullable String value) Executes the action associated with this NpcAction.getName()intgetOrder()Methods inherited from class NpcAction
requiresValue
-
Constructor Details
-
UnknownActionAction
public UnknownActionAction(ActionTrigger trigger, String unknownActionName, String unknownActionValue, int order)
-
-
Method Details
-
execute
public void execute(@NotNull @NotNull ActionExecutionContext context, @Nullable @Nullable String value) Description copied from class:NpcActionExecutes the action associated with this NpcAction. -
getName
-
getTrigger
-
getUnknownActionName
-
getUnknownActionValue
-
getOrder
public int getOrder()
-