|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Route | |
|---|---|
| com.TeamHEC.LocomotionCommotion.Train | |
| Uses of Route in com.TeamHEC.LocomotionCommotion.Train |
|---|
| Fields in com.TeamHEC.LocomotionCommotion.Train declared as Route | |
|---|---|
Route |
Train.route
|
| Methods in com.TeamHEC.LocomotionCommotion.Train that return Route | |
|---|---|
Route |
Train.getRoute()
Get the route of a train |
| Constructors in com.TeamHEC.LocomotionCommotion.Train with parameters of type Route | |
|---|---|
CoalTrain(int speedMod,
boolean inStation,
Route route,
Player player)
|
|
ElectricTrain(int speedMod,
boolean inStation,
Route route,
Player player)
|
|
NuclearTrain(int speedMod,
boolean inStation,
Route route,
Player player)
|
|
OilTrain(int speedMod,
boolean inStation,
Route route,
Player player)
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||