Uses of Class
org.rspeer.game.VarComposite
-
Packages that use VarComposite Package Description org.rspeer.game org.rspeer.game.component.tdi -
-
Uses of VarComposite in org.rspeer.game
Methods in org.rspeer.game that return VarComposite Modifier and Type Method Description static VarCompositeVarComposite. valueOf(String name)Returns the enum constant of this type with the specified name.static VarComposite[]VarComposite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game with parameters of type VarComposite Modifier and Type Method Description static intVars. get(VarComposite composite) -
Uses of VarComposite in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return VarComposite Modifier and Type Method Description VarCompositeSubTab.AccountManagement. getVarComposite()VarCompositeSubTab.ChatChannel. getVarComposite()VarCompositeSubTab. getVarComposite()VarCompositeSubTab.QuestList. getVarComposite()VarCompositeSubTab.RelationshipSystem. getVarComposite()VarCompositeSubTab.Settings. getVarComposite()
-