Uses of Interface
studio.magemonkey.fabled.thread.IThreadTask
Packages that use IThreadTask
-
Uses of IThreadTask in studio.magemonkey.fabled.task
Classes in studio.magemonkey.fabled.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.classTask used to implementProjectileTickEventclassHandles auto saving periodically -
Uses of IThreadTask in studio.magemonkey.fabled.thread
Classes in studio.magemonkey.fabled.thread that implement IThreadTaskModifier and TypeClassDescriptionclassA thread task that continually runs in the backgroundclassA task that runs ones and is finishedMethods in studio.magemonkey.fabled.thread that return IThreadTaskMethods in studio.magemonkey.fabled.thread that return types with arguments of type IThreadTaskMethods in studio.magemonkey.fabled.thread with parameters of type IThreadTaskModifier and TypeMethodDescriptionvoidTaskList.add(IThreadTask task) static voidMainThread.register(IThreadTask task) Registers a new task to run