Uses of Interface
com.sucy.skill.thread.IThreadTask
Packages that use IThreadTask
-
Uses of IThreadTask in com.sucy.skill.task
Classes in com.sucy.skill.task that implement IThreadTaskModifier and TypeClassDescriptionclassclassHandles updating cooldown values on skill bars for playersclassclassTask that handles updating GUI elements such as level bar, food bar, and action bar according to the config.yml content.classRestores mana to all players over time.classclassTask used to implementProjectileTickEventclassHandles auto saving periodically -
Uses of IThreadTask in com.sucy.skill.thread
Classes in com.sucy.skill.thread that implement IThreadTaskModifier and TypeClassDescriptionclassA thread task that continually runs in the backgroundclassA task that runs ones and is finishedMethods in com.sucy.skill.thread that return IThreadTaskMethods in com.sucy.skill.thread that return types with arguments of type IThreadTaskMethods in com.sucy.skill.thread with parameters of type IThreadTaskModifier and TypeMethodDescriptionvoidTaskList.add(IThreadTask task) static voidMainThread.register(IThreadTask task) Registers a new task to run