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 TaskTask. 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 intTask. compareTo(Task other)voidTaskManager. unregisterTask(Task task, boolean unregisterChildren)Method parameters in org.rspeer.game.script with type arguments of type Task Modifier and Type Method Description voidTaskManager. registerTopLevelTask(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 classBankPinSituation.HandlerTaskstatic classDeathWalkSituation.HandlerTaskstatic classLobbySituation.HandlerTaskstatic classSettingsSituation.HandlerTaskstatic classWorldMapWalkSituation.HandlerTaskMethods 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 classInterruptiveInterfaceSituationTrigger.HandlerTaskMethods 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 classRestockTaskA 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 voidRestockTask. setWalkToGrandExchangeFunction(Consumer<Task> walkToGrandExchange)
-