Class DelayAction

java.lang.Object
me.hsgamer.hscore.bukkit.action.DelayAction
All Implemented Interfaces:
Action

public class DelayAction extends Object implements Action
The action to delay the next action
  • Constructor Details

    • DelayAction

      public DelayAction(org.bukkit.plugin.Plugin plugin, String delay)
      Create a new action
      Parameters:
      plugin - the plugin
      delay - the delay in ticks
  • Method Details

    • apply

      public void apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer)
      Description copied from interface: Action
      Apply the action
      Specified by:
      apply in interface Action
      Parameters:
      uuid - the unique id
      process - the task process
      stringReplacer - the string replacer