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 GameAccount
Script. getAccount()
Methods in org.rspeer.game.script with parameters of type GameAccount Modifier and Type Method Description void
Script. 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 GameAccount
GameAccount. predefined()
static GameAccount
GameAccount. raw(String username, String password)
static GameAccount
GameAccount. 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 boolean
ScriptScheduleManager. start(String savedScheduleName, GameAccount account)
This method must only be called when a script is not running.boolean
ScriptScheduleManager. start(ScriptSchedule schedule, GameAccount account)
This method must only be called when a script is not running.
-