Uses of Interface
jag.RSVarcs
-
Packages that use RSVarcs Package Description jag.game org.rspeer.game.event -
-
Uses of RSVarcs in jag.game
Methods in jag.game that return RSVarcs Modifier and Type Method Description RSVarcs
RSClient. getVarcs()
-
Uses of RSVarcs in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type RSVarcs Constructor Description VarcIntegerEvent(RSVarcs source, int index, int previous, int current)
Constructs a prototypical Event.VarcStringEvent(RSVarcs source, int index, String previous, String current)
Constructs a prototypical Event.
-