Class BlockUntilDoneAction
java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.BlockUntilDoneAction
The BlockUntilDoneAction class is a specific implementation of the
NpcAction class that represents an action requiring the NPC (Non-Player
Character) to block its subsequent actions until the current interaction is
completed.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.oliver.fancynpcs.api.actions.NpcAction
NpcAction.NpcActionData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ActionExecutionContext context, String value) Executes the action associated with this NpcAction.Methods inherited from class de.oliver.fancynpcs.api.actions.NpcAction
getName, requiresValue
-
Constructor Details
-
BlockUntilDoneAction
public BlockUntilDoneAction()
-
-
Method Details