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
ConstructorsConstructorDescriptionTellAction(String message) Create a new actionTellAction(String message, UnaryOperator<String> colorizer) Create a new action -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action
-
Constructor Details
-
TellAction
Create a new action- Parameters:
message- the messagecolorizer- a function to colorize the message
-
TellAction
Create a new action- Parameters:
message- the message
-
-
Method Details