Uses of Class
org.rspeer.game.script.Task
-
Packages that use Task 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 Task in org.rspeer.game.script
Methods in org.rspeer.game.script that return Task Modifier and Type Method Description Task
Task. getParent()
Methods in org.rspeer.game.script that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task>[]
children()
Methods in org.rspeer.game.script with parameters of type Task Modifier and Type Method Description int
Task. compareTo(Task other)
void
TaskManager. unregisterTask(Task task, boolean unregisterChildren)
Method parameters in org.rspeer.game.script with type arguments of type Task Modifier and Type Method Description void
TaskManager. registerTask(com.google.inject.Injector injector, Class<? super Task> cls)
-
Uses of Task in org.rspeer.game.script.situation.handler
Subclasses of Task in org.rspeer.game.script.situation.handler 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
Methods in org.rspeer.game.script.situation.handler that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task>[]
ActionProcessorSituation. tasks()
Class<? extends Task>[]
BankPinSituation. tasks()
Class<? extends Task>[]
BreakSituation. tasks()
Class<? extends Task>[]
DeathWalkSituation. tasks()
Class<? extends Task>[]
LobbySituation. tasks()
Class<? extends Task>[]
LoginSituation. tasks()
Class<? extends Task>[]
SettingsSituation. tasks()
Class<? extends Task>[]
WorldMapWalkSituation. tasks()
-
Uses of Task in org.rspeer.game.script.situation.trigger
Subclasses of Task in org.rspeer.game.script.situation.trigger Modifier and Type Class Description static class
InterruptiveInterfaceSituationTrigger.HandlerTask
Methods in org.rspeer.game.script.situation.trigger that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task>[]
ActionProcessorTrigger. tasks()
Class<? extends Task>[]
BankPinSituationTrigger. tasks()
Class<? extends Task>[]
BreakSituationTrigger. tasks()
Class<? extends Task>[]
DeathWalkTrigger. tasks()
Class<? extends Task>[]
DynamicPassiveTrigger. tasks()
Class<? extends Task>[]
HeartBeatTrigger. tasks()
Class<? extends Task>[]
InterruptiveInterfaceSituationTrigger. tasks()
Class<? extends Task>[]
LimitExceededTrigger. tasks()
Class<? extends Task>[]
LobbySituationTrigger. tasks()
Class<? extends Task>[]
LoginSituationTrigger. tasks()
Class<? extends Task>[]
MaddoxTrigger. tasks()
Class<? extends Task>[]
SettingsSituationTrigger. tasks()
Class<? extends Task>[]
WorldMapWalkTrigger. tasks()
-
Uses of Task in org.rspeer.game.script.tools
Subclasses of Task in org.rspeer.game.script.tools Modifier and Type Class Description class
RestockTask
A default implementation of Task to perform the restocking of items.Methods in org.rspeer.game.script.tools that return types with arguments of type Task Modifier and Type Method Description Consumer<Task>
RestockTask. getWalkToGrandExchangeFunction()
Method parameters in org.rspeer.game.script.tools with type arguments of type Task Modifier and Type Method Description void
RestockTask. setWalkToGrandExchangeFunction(Consumer<Task> walkToGrandExchange)
-