Package me.hsgamer.hscore.bukkit.action
Class TellAction
java.lang.Object
me.hsgamer.hscore.bukkit.action.TellAction
- All Implemented Interfaces:
Action
The action to tell a message to the player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action
-
Constructor Details
-
TellAction
Create a new action- Parameters:
message
- the message
-
-
Method Details