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 VarComposite
VarComposite. 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 int
Vars. 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 VarComposite
SubTab.AccountManagement. getVarComposite()
VarComposite
SubTab.ChatChannel. getVarComposite()
VarComposite
SubTab. getVarComposite()
VarComposite
SubTab.QuestList. getVarComposite()
VarComposite
SubTab.RelationshipSystem. getVarComposite()
VarComposite
SubTab.Settings. getVarComposite()
-