net.ctdp.rfdynhud.gamedata
Class VehicleInfo
java.lang.Object
net.ctdp.rfdynhud.gamedata.VehicleInfo
public class VehicleInfo
- extends java.lang.Object
Keeps all descriptive information read from the .VEH file.
- Author:
- Marvin Froehlich (CTDP)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleInfo
public VehicleInfo()
getCarNumber
public final int getCarNumber()
getTeamName
public final java.lang.String getTeamName()
getPitGroup
public final java.lang.String getPitGroup()
getDriverName
public final java.lang.String getDriverName()
getDriverDescription
public final java.lang.String getDriverDescription()
getEngineName
public final java.lang.String getEngineName()
getManufacturer
public final java.lang.String getManufacturer()
getClasses
public final java.lang.String getClasses()
getFullTeamName
public final java.lang.String getFullTeamName()
getTeamFounded
public final java.lang.String getTeamFounded()
getTeamHeadquarters
public final java.lang.String getTeamHeadquarters()
getTeamStarts
public final int getTeamStarts()
getTeamPoles
public final int getTeamPoles()
getTeamWins
public final int getTeamWins()
getTeamWorldChampionships
public final int getTeamWorldChampionships()
getCategory
public final java.lang.String getCategory()