Examples of MwConfig


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
Copyright © 2018 www.massapi.com. 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.