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 booleanequals(Object obj)intgetAccountId()StringgetDisplayName()longgetUserHash()StringtoString()
-
-
-
Constructor Detail
-
JagexAccountCharacter
public JagexAccountCharacter(int accountId, String displayName, long userHash)
-
-