Package | Description |
---|---|
com.TeamHEC.LocomotionCommotion.Resource | |
com.TeamHEC.LocomotionCommotion.Train |
Modifier and Type | Class and Description |
---|---|
class |
Coal |
class |
Electric |
class |
Nuclear |
class |
Oil |
Constructor and Description |
---|
Train(java.lang.String name,
Fuel fuelType,
int baseSpeed,
int speedMod,
int value,
boolean inStation,
Route route,
Player owner)
The superclass of Train types, Creates a Train for player.
|