Uses of Class
org.rspeer.game.gameval.ConfigType
-
Packages that use ConfigType Package Description org.rspeer.game.gameval -
-
Uses of ConfigType in org.rspeer.game.gameval
Methods in org.rspeer.game.gameval that return ConfigType Modifier and Type Method Description static ConfigTypeConfigType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigType[]ConfigType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.gameval with parameters of type ConfigType Modifier and Type Method Description static StringConfigType. toString(ConfigType configType, int id)
-