Package me.hsgamer.hscore.bukkit.action
Class DelayAction
java.lang.Object
me.hsgamer.hscore.bukkit.action.DelayAction
- All Implemented Interfaces:
Action
The action to delay the next action
-
Constructor Summary
ConstructorDescriptionDelayAction
(org.bukkit.plugin.Plugin plugin, String delay) Create a new action -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action
-
Constructor Details
-
DelayAction
Create a new action- Parameters:
plugin
- the plugindelay
- the delay in ticks
-
-
Method Details