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 TypeMethodDescriptionvoidAction.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 TypeMethodDescriptionvoidBroadcastAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidCommandAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidConsoleAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidDelayAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidTellAction.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