From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../minecraftforge/oredict/ShapelessOreRecipe.html | 365 +++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html (limited to 'javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html') diff --git a/javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html b/javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html new file mode 100644 index 0000000..04c804b --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html @@ -0,0 +1,365 @@ + + + + + +ShapelessOreRecipe (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Class ShapelessOreRecipe

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IRecipe
    +
    +
    +
    +
    public class ShapelessOreRecipe
    +extends java.lang.Object
    +implements IRecipe
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ShapelessOreRecipe

        +
        public ShapelessOreRecipe(Block result,
        +                  java.lang.Object... recipe)
        +
      • +
      + + + +
        +
      • +

        ShapelessOreRecipe

        +
        public ShapelessOreRecipe(Item result,
        +                  java.lang.Object... recipe)
        +
      • +
      + + + +
        +
      • +

        ShapelessOreRecipe

        +
        public ShapelessOreRecipe(ItemStack result,
        +                  java.lang.Object... recipe)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRecipeSize

        +
        public int getRecipeSize()
        +
        +
        Specified by:
        +
        getRecipeSize in interface IRecipe
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        getInput

        +
        public java.util.ArrayList<java.lang.Object> getInput()
        +
        Returns the input for this recipe, any mod accessing this value should never + manipulate the values in this array as it will effect the recipe itself.
        +
        Returns:
        The recipes input vales.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3