Class ConsoleAction

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

public class ConsoleAction extends Object implements Action
The action to execute a command as console
  • Constructor Details

    • ConsoleAction

      public ConsoleAction(org.bukkit.plugin.Plugin plugin, String command)
      Create a new action
      Parameters:
      plugin - the plugin
      command - the command
  • 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