Class BroadcastAction

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

public class BroadcastAction extends Object implements Action
The action to broadcast a message
  • Constructor Details

    • BroadcastAction

      public BroadcastAction(String message)
      Create a new action
      Parameters:
      message - the message
  • 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