Uses of Class
org.rspeer.game.script.component.GameAccount
-
Packages that use GameAccount Package Description org.rspeer.game.script org.rspeer.game.script.component -
-
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)
-