Uses of Interface
me.hsgamer.hscore.task.element.TaskProcess
Packages that use TaskProcess
-
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