Klasse BlockUntilDoneAction

java.lang.Object
de.oliver.fancynpcs.api.actions.NpcAction
de.oliver.fancynpcs.api.actions.types.BlockUntilDoneAction

public class BlockUntilDoneAction extends NpcAction
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.

  • Konstruktordetails

    • BlockUntilDoneAction

      public BlockUntilDoneAction()
  • Methodendetails

    • execute

      public void execute(ActionExecutionContext context, String value)
      Beschreibung aus Klasse kopiert: NpcAction
      Executes the action associated with this NpcAction.
      Angegeben von:
      execute in Klasse NpcAction
      Parameter:
      context - The context in which the action is being executed.
      value - The value associated with the action. Can be null if no value is required.