Modifier and Type | Method and Description |
---|---|
static void |
TaskChainExample.example(TaskChainFactory factory)
A useless example of registering multiple task signatures and states
|
void |
GameInterface.registerShutdownHandler(TaskChainFactory factory)
Every factory created needs to register a way to automatically shut itself down (On Disable)
If its impossible to provide automatic shutdown registry, you should leave this method blank
and manually call
shutdown(int, TimeUnit) |
Copyright © 2018. All rights reserved.