Klasse 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.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen de.oliver.fancynpcs.api.actions.NpcAction
NpcAction.NpcActionData -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidexecute(ActionExecutionContext context, String value) Executes the action associated with this NpcAction.Von Klasse geerbte Methoden de.oliver.fancynpcs.api.actions.NpcAction
getName, requiresValue
-
Konstruktordetails
-
BlockUntilDoneAction
public BlockUntilDoneAction()
-
-
Methodendetails
-
execute
Beschreibung aus Klasse kopiert:NpcActionExecutes the action associated with this NpcAction.
-