com.TeamHEC.LocomotionCommotion.Train
Class CoalTrain

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Train.Train
      extended by com.TeamHEC.LocomotionCommotion.Train.CoalTrain

public class CoalTrain
extends Train

Author:
Matthew Taylor

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Train.Train
fuelPerTurn, route
 
Constructor Summary
CoalTrain(int speedMod, boolean inStation, Route route, Player player)
           
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Train.Train
addUpgrade, backupSpeedMod, decreaseFuelPerTurn, decreaseSpeedMod, getActor, getFuelLengthCost, getFuelPerTurn, getFuelRouteCost, getFuelType, getName, getOwner, getRoute, getSpeed, getSpeedMod, getValue, increaseSpeedMod, isInStation, moveTrain, removeUpgrade, restoreSpeedMod, setFuelPerTurn, setInStation, setSpeedMod
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoalTrain

public CoalTrain(int speedMod,
                 boolean inStation,
                 Route route,
                 Player player)