Class GameAccount
java.lang.Object
org.rspeer.game.script.component.ScriptComponent
org.rspeer.game.script.component.GameAccount
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor jagex accounts, username is the character id and password is the session id. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Script script) booleanstatic GameAccountstatic GameAccountstatic GameAccountvoidsetNickname(String nickname) toString()booleanvalidate()
-
Constructor Details
-
GameAccount
-
-
Method Details
-
predefined
-
raw
-
raw
-
validate
public boolean validate() -
getDetails
-
getNickname
-
setNickname
-
getDisplayName
-
initialize
- Specified by:
initializein classScriptComponent
-
toString
-
isJagexAccount
public boolean isJagexAccount()
-