Package rs.kreme.ksbot.api.scripts.task
Class TaskScript
- java.lang.Object
-
- rs.kreme.ksbot.api.scripts.Script
-
- rs.kreme.ksbot.api.scripts.task.TaskScript
-
-
Constructor Summary
Constructors Constructor Description TaskScript()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
onProcess()
Abstract method to be implemented with the script's main logic.abstract boolean
onStart()
Called when the script starts.void
submit(Task... tasks)
-
Methods inherited from class rs.kreme.ksbot.api.scripts.Script
getConfigFile, getManifest, getStorageDirectory, loadConfig, onStop
-
-