Package org.spout.cereal.config.annotated

Examples of org.spout.cereal.config.annotated.AnnotatedObjectConfiguration.load()


        new AnnotatedObjectConfiguration(config);
    for (Entry<String, VanillaBiome> entry : BY_NAME.entrySet()) {
      biomes.add(entry.getValue(), entry.getKey());
    }
    try {
      biomes.load();
    } catch (ConfigurationException ex) {
      ex.printStackTrace();
    }
  }
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.