Package TrackRider

Examples of TrackRider.Train


   
    this.generateMap();
    this.map.initializeStations();
    this.map.updateRails();

    train = new Train(map);
    train.setLocation(map.findFreeSpace(9));
   
    train.addCoach(Coach.COAL);
   
    train.addCoach(Coach.PASSENGER);
View Full Code Here

TOP

Related Classes of TrackRider.Train

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.