Package net.traviangui.model

Examples of net.traviangui.model.Terrain


                  String terrainType = Translator.translate( data[0].trim());
                  int    level       = Integer.parseInt( data[1].trim());
//          System.out.println( terrainType);
         
               
          Terrain terrain = new Terrain(
              new URL( n.getAttributeByName( "href")), terrainType, level);
          terrains.add( terrain);
//          System.out.println( terrain);
//          System.out.println( resourceName);
//        }
View Full Code Here

TOP

Related Classes of net.traviangui.model.Terrain

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.