Uses of Class
de.bausdorf.simracing.irdataapi.tools.MainCarType
-
Packages that use MainCarType Package Description de.bausdorf.simracing.irdataapi.tools -
-
Uses of MainCarType in de.bausdorf.simracing.irdataapi.tools
Methods in de.bausdorf.simracing.irdataapi.tools that return MainCarType Modifier and Type Method Description static MainCarTypeMainCarType. forName(String trackTypeName)static MainCarTypeMainCarType. valueOf(String name)Returns the enum constant of this type with the specified name.static MainCarType[]MainCarType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bausdorf.simracing.irdataapi.tools with parameters of type MainCarType Modifier and Type Method Description static NavigableSet<String>StockDataTools. fetchAvailableCarTypes(CarInfoDto[] cars, MainCarType mainType)
-