public abstract class TaskSystem extends java.lang.Object implements SubSystem
Modifier and Type | Field and Description |
---|---|
protected com.djrapitops.plugin.task.RunnableFactory |
runnableFactory |
protected TPSCountTimer |
tpsCountTimer |
Constructor and Description |
---|
TaskSystem(com.djrapitops.plugin.task.RunnableFactory runnableFactory,
TPSCountTimer tpsCountTimer) |
Modifier and Type | Method and Description |
---|---|
void |
disable()
Performs disable actions for the subsystem
|
protected com.djrapitops.plugin.task.PluginRunnable |
registerTask(com.djrapitops.plugin.task.AbsRunnable runnable) |
com.djrapitops.plugin.task.PluginRunnable |
registerTask(java.lang.String name,
com.djrapitops.plugin.task.AbsRunnable runnable) |
protected final TPSCountTimer tpsCountTimer
protected final com.djrapitops.plugin.task.RunnableFactory runnableFactory
public TaskSystem(com.djrapitops.plugin.task.RunnableFactory runnableFactory, TPSCountTimer tpsCountTimer)