Package org.spout.vanilla.data.resources

Examples of org.spout.vanilla.data.resources.RecipeYaml


      } else {
        Spout.getLogger().log(Level.INFO, "Unknown type " + recipe.getNode("type") + " when loading recipe from recipes.yml");
      }
    }
    recipes.remove(null);
    return new RecipeYaml(recipes);
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.data.resources.RecipeYaml

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.