Uses of Class
org.rspeer.game.script.component.JagexAccountCharacter
-
Packages that use JagexAccountCharacter Package Description org.rspeer.game.script.component -
-
Uses of JagexAccountCharacter in org.rspeer.game.script.component
Methods in org.rspeer.game.script.component that return JagexAccountCharacter Modifier and Type Method Description JagexAccountCharacter
JagexAccount. getCharacter(int index)
Methods in org.rspeer.game.script.component that return types with arguments of type JagexAccountCharacter Modifier and Type Method Description List<JagexAccountCharacter>
JagexAccount. getCharacters()
Method parameters in org.rspeer.game.script.component with type arguments of type JagexAccountCharacter Modifier and Type Method Description void
JagexAccount. setCharacters(List<JagexAccountCharacter> characters)
-