Klasse WaitAction

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

public class WaitAction extends NpcAction
  • Konstruktordetails

    • WaitAction

      public WaitAction()
  • Methodendetails

    • execute

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