Package forestry.core.interfaces

Examples of forestry.core.interfaces.IDescriptiveRecipe


    try {

      if (rec instanceof IDescriptiveRecipe) {

        IDescriptiveRecipe recipe = (IDescriptiveRecipe) rec;
        return getShapedRecipeAsArray(recipe.getWidth(), recipe.getHeight(), recipe.getIngredients(), recipe.getRecipeOutput());

      }

    } catch (Exception ex) {
      Proxies.log.warning("Exception while trying to parse an ItemStack[10] from an IRecipe:");
View Full Code Here

TOP

Related Classes of forestry.core.interfaces.IDescriptiveRecipe

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.