com.TeamHEC.LocomotionCommotion.Train
Class OilTrain

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

public class OilTrain
extends Train

Author:
Matthew Taylor

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Train.Train
fuelPerTurn, route
 
Constructor Summary
OilTrain(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

OilTrain

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