public class HelicopterType extends VehicleType
Constructor and Description |
---|
HelicopterType() |
Modifier and Type | Method and Description |
---|---|
MomentumType |
getMomentumType()
The friction of the vehicle with the ground/surrounding.
|
MovementType |
getMovementType()
The main movement type of the vehicle
|
TiltType |
getTiltType()
The tilt of the vehicle.
|
public MovementType getMovementType()
getMovementType
in class VehicleType
public MomentumType getMomentumType()
getMomentumType
in class VehicleType
public TiltType getTiltType()
getTiltType
in class VehicleType