Uses of Interface
org.starhope.appius.game.npc.TrainCar

Packages that use TrainCar
org.starhope.appius.game.npc   
 

Uses of TrainCar in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that return TrainCar
 TrainCar TrainCar.getCaboose()
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 TrainCar TrainCar.getNextInTrain()
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 TrainCar TrainCar.getPriorInTrain()
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 TrainCar TrainCar.getTrainLeader()
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 

Methods in org.starhope.appius.game.npc with parameters of type TrainCar
 boolean TrainCar.isInTrain(TrainCar trainLeader)
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 void TrainCar.setNextInTrain(TrainCar car)
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 void TrainCar.setPriorInTrain(TrainCar car)
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)
 void TrainCar.setTrainLeader(TrainCar leader)
          WRITEME: document this method (brpocock@star-hope.org, Dec 14, 2009)