Uses of Interface
me.hsgamer.hscore.task.element.TaskProcess
Package
Description
Contains common classes for actions
Contains the implementation of
Action
for BukkitContains the elements to work with tasks
-
Uses of TaskProcess in me.hsgamer.hscore.action.common
Modifier and TypeMethodDescriptionvoid
Action.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action -
Uses of TaskProcess in me.hsgamer.hscore.bukkit.action
Modifier and TypeMethodDescriptionvoid
BroadcastAction.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) void
CommandAction.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) void
ConsoleAction.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) void
DelayAction.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) void
TellAction.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) -
Uses of TaskProcess in me.hsgamer.hscore.task.element
Modifier and TypeMethodDescriptionTaskPool.addFirst
(Consumer<TaskProcess> task) Add the task to the head of the task poolTaskPool.addLast
(Consumer<TaskProcess> task) Add the task to the tail of the task pool