Uses of Class
org.rspeer.game.script.Task
Packages that use Task
Package
Description
-
Uses of Task in org.rspeer.game.script
Classes in org.rspeer.game.script that implement interfaces with type arguments of type TaskMethods in org.rspeer.game.script that return TaskMethods in org.rspeer.game.script with parameters of type TaskModifier and TypeMethodDescriptionintvoidTaskManager.unregisterTask(Task task, boolean unregisterChildren) Method parameters in org.rspeer.game.script with type arguments of type TaskModifier and TypeMethodDescriptionvoidTaskManager.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.handlerModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classMethods in org.rspeer.game.script.situation.handler that return types with arguments of type Task -
Uses of Task in org.rspeer.game.script.situation.trigger
Subclasses of Task in org.rspeer.game.script.situation.triggerMethods in org.rspeer.game.script.situation.trigger that return types with arguments of type TaskModifier and TypeMethodDescriptionActionProcessorTrigger.tasks()BankPinSituationTrigger.tasks()BreakSituationTrigger.tasks()DeathWalkTrigger.tasks()DynamicPassiveTrigger.tasks()HeartBeatTrigger.tasks()InterruptiveInterfaceSituationTrigger.tasks()LimitExceededTrigger.tasks()LobbySituationTrigger.tasks()LoginSituationTrigger.tasks()SettingsSituationTrigger.tasks()WorldMapWalkTrigger.tasks() -
Uses of Task in org.rspeer.game.script.tools
Subclasses of Task in org.rspeer.game.script.toolsModifier and TypeClassDescriptionclassA default implementation of Task to perform the restocking of items.Methods in org.rspeer.game.script.tools that return types with arguments of type TaskMethod parameters in org.rspeer.game.script.tools with type arguments of type TaskModifier and TypeMethodDescriptionvoidRestockTask.setWalkToGrandExchangeFunction(Consumer<Task> walkToGrandExchange)