Package org.rspeer.game.script.component
Class GameAccount
java.lang.Object
org.rspeer.game.script.component.ScriptComponent
org.rspeer.game.script.component.GameAccount
public class GameAccount
extends org.rspeer.game.script.component.ScriptComponent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
For jagex accounts, username is the character id and password is the session id.static class
static class
-
Constructor Summary
ConstructorDescriptionGameAccount
(GameAccount.Details details, GameAccount.Preferences preferences) GameAccount
(GameAccount.Details details, GameAccount.Preferences preferences, GameAccount.Profile profile) -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(org.rspeer.game.script.Script script) boolean
static GameAccount
static GameAccount
static GameAccount
toString()
boolean
validate()
-
Constructor Details
-
GameAccount
public GameAccount(GameAccount.Details details, GameAccount.Preferences preferences, GameAccount.Profile profile) -
GameAccount
-
-
Method Details
-
predefined
-
raw
-
raw
-
validate
public boolean validate() -
getDetails
-
getPreferences
-
getProfile
-
initialize
public void initialize(org.rspeer.game.script.Script script) - Specified by:
initialize
in classorg.rspeer.game.script.component.ScriptComponent
-
toString
-
isJagexAccount
public boolean isJagexAccount()
-