Uses of Interface
me.hsgamer.hscore.task.element.TaskProcess
Packages that use 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
Methods in me.hsgamer.hscore.action.common with parameters of type TaskProcessModifier and TypeMethodDescriptionvoid
Action.apply
(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action -
Uses of TaskProcess in me.hsgamer.hscore.bukkit.action
Methods in me.hsgamer.hscore.bukkit.action with parameters of type TaskProcessModifier 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
Methods in me.hsgamer.hscore.task.element that return types with arguments of type TaskProcessMethod parameters in me.hsgamer.hscore.task.element with type arguments of type TaskProcessModifier 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