Package me.hsgamer.hscore.action.common
Interface Action
- All Known Implementing Classes:
BroadcastAction
,CommandAction
,ConsoleAction
,DelayAction
,OpAction
,PermissionAction
,PlayerAction
,TellAction
public interface Action
The action
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action
-
Method Details
-
apply
Apply the action- Parameters:
uuid
- the unique idprocess
- the task processstringReplacer
- the string replacer
-