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, me.hsgamer.hscore.task.element.TaskProcess process, me.hsgamer.hscore.common.StringReplacer stringReplacer)
      Specified by:
      apply in interface Action