Package me.hsgamer.hscore.bukkit.action
Class ConsoleAction
java.lang.Object
me.hsgamer.hscore.bukkit.action.ConsoleAction
- All Implemented Interfaces:
Action
The action to execute a command as console
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleAction(org.bukkit.plugin.Plugin plugin, String command) Create a new action -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action
-
Constructor Details
-
ConsoleAction
Create a new action- Parameters:
plugin- the plugincommand- the command
-
-
Method Details