Uses of Class
org.rspeer.game.script.component.GameAccount
-
Packages that use GameAccount Package Description org.rspeer.game.script org.rspeer.game.script.component org.rspeer.game.script.scheduler -
-
Uses of GameAccount in org.rspeer.game.script
Methods in org.rspeer.game.script that return GameAccount Modifier and Type Method Description GameAccountScript. getAccount()Methods in org.rspeer.game.script with parameters of type GameAccount Modifier and Type Method Description voidScript. setAccount(GameAccount account) -
Uses of GameAccount in org.rspeer.game.script.component
Methods in org.rspeer.game.script.component that return GameAccount Modifier and Type Method Description static GameAccountGameAccount. predefined()static GameAccountGameAccount. raw(String username, String password)static GameAccountGameAccount. raw(String username, String password, String pin) -
Uses of GameAccount in org.rspeer.game.script.scheduler
Methods in org.rspeer.game.script.scheduler with parameters of type GameAccount Modifier and Type Method Description booleanScriptScheduleManager. start(String savedScheduleName, GameAccount account)This method must only be called when a script is not running.booleanScriptScheduleManager. start(ScriptSchedule schedule, GameAccount account)This method must only be called when a script is not running.
-