Package mapwriter.forge

Examples of mapwriter.forge.MwConfig


  }
 
  public void loadWorldConfig() {
    // load world specific config file
    File worldConfigFile = new File(this.worldDir, worldDirConfigName);
    this.worldConfig = new MwConfig(worldConfigFile);
    this.worldConfig.load();
   
    this.dimensionList.clear();
    this.worldConfig.getIntList(catWorld, "dimensionList", this.dimensionList);
    this.addDimension(0);
View Full Code Here

TOP

Related Classes of mapwriter.forge.MwConfig

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.