Package studio.magemonkey.fabled.task
Class EffectTask
java.lang.Object
studio.magemonkey.fabled.thread.RepeatThreadTask
studio.magemonkey.fabled.task.EffectTask
- All Implemented Interfaces:
Runnable
,IThreadTask
-
Field Summary
Fields inherited from class studio.magemonkey.fabled.thread.RepeatThreadTask
expired
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class studio.magemonkey.fabled.thread.RepeatThreadTask
tick
-
Constructor Details
-
EffectTask
public EffectTask()
-
-
Method Details
-
run
public void run()Description copied from interface:IThreadTask
Runs the functions of the task
-