Uses of Class
org.rspeer.game.script.TaskDescriptor
-
Packages that use TaskDescriptor Package Description org.rspeer.game.script org.rspeer.game.script.situation.handler org.rspeer.game.script.situation.trigger org.rspeer.game.script.tools -
-
Uses of TaskDescriptor in org.rspeer.game.script
Methods in org.rspeer.game.script with parameters of type TaskDescriptor Modifier and Type Method Description boolean
TaskManager. checkShutdown(TaskDescriptor descriptor)
-
Uses of TaskDescriptor in org.rspeer.game.script.situation.handler
Classes in org.rspeer.game.script.situation.handler with annotations of type TaskDescriptor Modifier and Type Class Description static class
BankPinSituation.HandlerTask
static class
DeathWalkSituation.HandlerTask
static class
LobbySituation.HandlerTask
static class
SettingsSituation.HandlerTask
static class
WorldMapWalkSituation.HandlerTask
-
Uses of TaskDescriptor in org.rspeer.game.script.situation.trigger
Classes in org.rspeer.game.script.situation.trigger with annotations of type TaskDescriptor Modifier and Type Class Description static class
InterruptiveInterfaceSituationTrigger.HandlerTask
-
Uses of TaskDescriptor in org.rspeer.game.script.tools
Classes in org.rspeer.game.script.tools with annotations of type TaskDescriptor Modifier and Type Class Description class
RestockTask
A default implementation of Task to perform the restocking of items.
-