Uses of Class
org.rspeer.game.Vars.Type
-
Packages that use Vars.Type Package Description org.rspeer.game org.rspeer.game.component org.rspeer.game.component.tdi -
-
Uses of Vars.Type in org.rspeer.game
Methods in org.rspeer.game that return Vars.Type Modifier and Type Method Description Vars.TypeVarComposite. getType()static Vars.TypeVars.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Vars.Type[]Vars.Type. 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 Vars.Type Modifier and Type Method Description static intVars. get(Vars.Type type, int index) -
Uses of Vars.Type in org.rspeer.game.component
Methods in org.rspeer.game.component that return Vars.Type Modifier and Type Method Description Vars.TypeEffectType. getVarType() -
Uses of Vars.Type in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Vars.Type Modifier and Type Method Description Vars.TypeQuest.Free. getVarType()Vars.TypeQuest. getVarType()Vars.TypeQuest.Members. getVarType()Vars.TypeQuest.MiniQuest. getVarType()
-