Package org.rspeer.game.script.component
Class JagexAccountCharacter
- java.lang.Object
-
- org.rspeer.game.script.component.JagexAccountCharacter
-
public class JagexAccountCharacter extends Object
-
-
Constructor Summary
Constructors Constructor Description JagexAccountCharacter(int accountId, String displayName, long userHash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getAccountId()
String
getDisplayName()
long
getUserHash()
String
toString()
-
-
-
Constructor Detail
-
JagexAccountCharacter
public JagexAccountCharacter(int accountId, String displayName, long userHash)
-
-