public final enum

VehicleModelInfoType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ net.gtaun.shoebill.constant.VehicleModelInfoType

Class Overview

To be used with getModelInfo.

Summary

Enum Values
VehicleModelInfoType  FRONTSEAT  Position of the front seat (calculated from the center of the vehicle)  
VehicleModelInfoType  FRONT_BUMPER_Z  Height of the front bumper  
VehicleModelInfoType  PETROLCAP  Position of the fuel cap (calculated from the center of the vehicle)  
VehicleModelInfoType  REARSEAT  Position of the rear seat (calculated from the center of the vehicle)  
VehicleModelInfoType  REAR_BUMPER_Z  Height of the rear bumper  
VehicleModelInfoType  SIZE  Vehicle size  
VehicleModelInfoType  WHEELSFRONT  Position of the front wheels (calculated from the center of the vehicle)  
VehicleModelInfoType  WHEELSMID  Position of the middle wheels (applies to vehicles with 3 axes, calculated from the center of the vehicle)  
VehicleModelInfoType  WHEELSREAR  Position of the rear wheels (calculated from the center of the vehicle)  
Public Methods
static VehicleModelInfoType get(int value)
int getValue()
static VehicleModelInfoType valueOf(String name)
final static VehicleModelInfoType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VehicleModelInfoType FRONTSEAT

Position of the front seat (calculated from the center of the vehicle)

public static final VehicleModelInfoType FRONT_BUMPER_Z

Height of the front bumper

public static final VehicleModelInfoType PETROLCAP

Position of the fuel cap (calculated from the center of the vehicle)

public static final VehicleModelInfoType REARSEAT

Position of the rear seat (calculated from the center of the vehicle)

public static final VehicleModelInfoType REAR_BUMPER_Z

Height of the rear bumper

public static final VehicleModelInfoType SIZE

Vehicle size

public static final VehicleModelInfoType WHEELSFRONT

Position of the front wheels (calculated from the center of the vehicle)

public static final VehicleModelInfoType WHEELSMID

Position of the middle wheels (applies to vehicles with 3 axes, calculated from the center of the vehicle)

public static final VehicleModelInfoType WHEELSREAR

Position of the rear wheels (calculated from the center of the vehicle)

Public Methods

public static VehicleModelInfoType get (int value)

public int getValue ()

public static VehicleModelInfoType valueOf (String name)

public static final VehicleModelInfoType[] values ()