Class TellAction

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

public class TellAction extends Object implements Action
The action to tell a message to the player
  • Constructor Details

    • TellAction

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