|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.map.SpawnPoint.SpawnSpec
public static class SpawnPoint.SpawnSpec
The specification of a spawn.
| Constructor Summary | |
|---|---|
SpawnPoint.SpawnSpec(double spawnTime,
VehicleSpec vehicleSpec,
Road destinationRoad)
Create a spawn specification. |
|
| Method Summary | |
|---|---|
Road |
getDestinationRoad()
Get the destination road. |
double |
getSpawnTime()
Get the spawn time. |
VehicleSpec |
getVehicleSpec()
Get the vehicle specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpawnPoint.SpawnSpec(double spawnTime,
VehicleSpec vehicleSpec,
Road destinationRoad)
spawnTime - the spawn timevehicleSpec - the vehicle specificationdestinationRoad - the destination road| Method Detail |
|---|
public double getSpawnTime()
public VehicleSpec getVehicleSpec()
public Road getDestinationRoad()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||