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 booleanTaskManager. 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 classBankPinSituation.HandlerTaskstatic classDeathWalkSituation.HandlerTaskstatic classLobbySituation.HandlerTaskstatic classSettingsSituation.HandlerTaskstatic classWorldMapWalkSituation.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 classInterruptiveInterfaceSituationTrigger.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 classRestockTaskA default implementation of Task to perform the restocking of items.
-