Class WaitAction

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

public class WaitAction extends NpcAction
  • Constructor Details

    • WaitAction

      public WaitAction()
  • Method Details

    • execute

      public void execute(@NotNull @NotNull ActionExecutionContext context, String value)
      Executes the "wait" action for an NPC.
      Specified by:
      execute in class NpcAction
      Parameters:
      context - The context in which the action is being executed.
      value - The value representing the time to wait in seconds.