From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../oredict/OreDictionary.OreRegisterEvent.html | 308 +++++++++++ .../net/minecraftforge/oredict/OreDictionary.html | 601 +++++++++++++++++++++ .../oredict/RecipeSorter.Category.html | 333 ++++++++++++ .../net/minecraftforge/oredict/RecipeSorter.html | 366 +++++++++++++ .../minecraftforge/oredict/ShapedOreRecipe.html | 378 +++++++++++++ .../minecraftforge/oredict/ShapelessOreRecipe.html | 365 +++++++++++++ .../net/minecraftforge/oredict/package-frame.html | 27 + .../minecraftforge/oredict/package-summary.html | 162 ++++++ .../net/minecraftforge/oredict/package-tree.html | 146 +++++ 9 files changed, 2686 insertions(+) create mode 100644 javadoc/net/minecraftforge/oredict/OreDictionary.OreRegisterEvent.html create mode 100644 javadoc/net/minecraftforge/oredict/OreDictionary.html create mode 100644 javadoc/net/minecraftforge/oredict/RecipeSorter.Category.html create mode 100644 javadoc/net/minecraftforge/oredict/RecipeSorter.html create mode 100644 javadoc/net/minecraftforge/oredict/ShapedOreRecipe.html create mode 100644 javadoc/net/minecraftforge/oredict/ShapelessOreRecipe.html create mode 100644 javadoc/net/minecraftforge/oredict/package-frame.html create mode 100644 javadoc/net/minecraftforge/oredict/package-summary.html create mode 100644 javadoc/net/minecraftforge/oredict/package-tree.html (limited to 'javadoc/net/minecraftforge/oredict') diff --git a/javadoc/net/minecraftforge/oredict/OreDictionary.OreRegisterEvent.html b/javadoc/net/minecraftforge/oredict/OreDictionary.OreRegisterEvent.html new file mode 100644 index 0000000..86c9735 --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/OreDictionary.OreRegisterEvent.html @@ -0,0 +1,308 @@ + + + + + +OreDictionary.OreRegisterEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Class OreDictionary.OreRegisterEvent

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    OreDictionary
    +
    +
    +
    +
    public static class OreDictionary.OreRegisterEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        Name

        +
        public final java.lang.String Name
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OreDictionary.OreRegisterEvent

        +
        public OreDictionary.OreRegisterEvent(java.lang.String name,
        +                              ItemStack ore)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/OreDictionary.html b/javadoc/net/minecraftforge/oredict/OreDictionary.html new file mode 100644 index 0000000..36b420a --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/OreDictionary.html @@ -0,0 +1,601 @@ + + + + + +OreDictionary (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Class OreDictionary

+
+
+ +
+
    +
  • +
    +
    +
    public class OreDictionary
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.util.ArrayList<ItemStack>EMPTY_LIST 
      static intWILDCARD_VALUE +
      Minecraft changed from -1 to Short.MAX_VALUE in 1.5 release for the "block wildcard".
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      OreDictionary() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static intgetOreID(ItemStack stack) +
      Deprecated. 
      +
      static intgetOreID(java.lang.String name) +
      Gets the integer ID for the specified ore name.
      +
      static int[]getOreIDs(ItemStack stack) +
      Gets all the integer ID for the ores that the specified item stakc is registered to.
      +
      static java.lang.StringgetOreName(int id) +
      Reverse of getOreID, will not create new entries.
      +
      static java.lang.String[]getOreNames() +
      Retrieves a list of all unique ore names that are already registered.
      +
      static java.util.ArrayList<ItemStack>getOres(java.lang.Integer id) +
      Deprecated. 
      +
      static java.util.ArrayList<ItemStack>getOres(java.lang.String name) +
      Retrieves the ArrayList of items that are registered to this ore type.
      +
      static voidinitVanillaEntries() 
      static booleanitemMatches(ItemStack target, + ItemStack input, + boolean strict) 
      static voidrebakeMap() 
      static voidregisterOre(int id, + Block ore) +
      Deprecated. 
      +
      static voidregisterOre(int id, + Item ore) +
      Deprecated. 
      +
      static voidregisterOre(int id, + ItemStack ore) +
      Deprecated. 
      +
      static voidregisterOre(java.lang.String name, + Block ore) 
      static voidregisterOre(java.lang.String name, + Item ore) 
      static voidregisterOre(java.lang.String name, + ItemStack ore) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EMPTY_LIST

        +
        public static final java.util.ArrayList<ItemStack> EMPTY_LIST
        +
      • +
      + + + +
        +
      • +

        WILDCARD_VALUE

        +
        public static final int WILDCARD_VALUE
        +
        Minecraft changed from -1 to Short.MAX_VALUE in 1.5 release for the "block wildcard". Use this in case it + changes again.
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OreDictionary

        +
        public OreDictionary()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initVanillaEntries

        +
        public static void initVanillaEntries()
        +
      • +
      + + + +
        +
      • +

        getOreID

        +
        public static int getOreID(java.lang.String name)
        +
        Gets the integer ID for the specified ore name. + If the name does not have a ID it assigns it a new one.
        +
        Parameters:
        name - The unique name for this ore 'oreIron', 'ingotIron', etc..
        +
        Returns:
        A number representing the ID for this ore type
        +
      • +
      + + + +
        +
      • +

        getOreName

        +
        public static java.lang.String getOreName(int id)
        +
        Reverse of getOreID, will not create new entries.
        +
        Parameters:
        id - The ID to translate to a string
        +
        Returns:
        The String name, or "Unknown" if not found.
        +
      • +
      + + + +
        +
      • +

        getOreID

        +
        @Deprecated
        +public static int getOreID(ItemStack stack)
        +
        Deprecated. 
        +
        Gets the integer ID for the specified item stack. + If the item stack is not linked to any ore, this will return -1 and no new entry will be created.
        +
        Parameters:
        stack - The item stack of the ore.
        +
        Returns:
        A number representing the ID for this ore type, or -1 if couldn't find it.
        +
      • +
      + + + +
        +
      • +

        getOreIDs

        +
        public static int[] getOreIDs(ItemStack stack)
        +
        Gets all the integer ID for the ores that the specified item stakc is registered to. + If the item stack is not linked to any ore, this will return an empty array and no new entry will be created.
        +
        Parameters:
        stack - The item stack of the ore.
        +
        Returns:
        An array of ids that this ore is registerd as.
        +
      • +
      + + + +
        +
      • +

        getOres

        +
        public static java.util.ArrayList<ItemStack> getOres(java.lang.String name)
        +
        Retrieves the ArrayList of items that are registered to this ore type. + Creates the list as empty if it did not exist. + + The returned List is unmodifiable, but will be updated if a new ore + is registered using registerOre
        +
        Parameters:
        name - The ore name, directly calls getOreID
        +
        Returns:
        An arrayList containing ItemStacks registered for this ore
        +
      • +
      + + + +
        +
      • +

        getOreNames

        +
        public static java.lang.String[] getOreNames()
        +
        Retrieves a list of all unique ore names that are already registered.
        +
        Returns:
        All unique ore names that are currently registered.
        +
      • +
      + + + +
        +
      • +

        getOres

        +
        @Deprecated
        +public static java.util.ArrayList<ItemStack> getOres(java.lang.Integer id)
        +
        Deprecated. 
        +
        Retrieves the ArrayList of items that are registered to this ore type. + Creates the list as empty if it did not exist. + + Warning: In 1.8, the return value will become a immutible list, + and this function WILL NOT create the entry if the ID doesn't exist, + IDs are intended to be internal OreDictionary things and modders + should not ever code them in.
        +
        Parameters:
        id - The ore ID, see getOreID
        +
        Returns:
        An List containing ItemStacks registered for this ore
        +
      • +
      + + + +
        +
      • +

        itemMatches

        +
        public static boolean itemMatches(ItemStack target,
        +                  ItemStack input,
        +                  boolean strict)
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        public static void registerOre(java.lang.String name,
        +               Item ore)
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        public static void registerOre(java.lang.String name,
        +               Block ore)
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        public static void registerOre(java.lang.String name,
        +               ItemStack ore)
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        @Deprecated
        +public static void registerOre(int id,
        +                          Item ore)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        @Deprecated
        +public static void registerOre(int id,
        +                          Block ore)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        registerOre

        +
        @Deprecated
        +public static void registerOre(int id,
        +                          ItemStack ore)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        rebakeMap

        +
        public static void rebakeMap()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/RecipeSorter.Category.html b/javadoc/net/minecraftforge/oredict/RecipeSorter.Category.html new file mode 100644 index 0000000..1834add --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/RecipeSorter.Category.html @@ -0,0 +1,333 @@ + + + + + +RecipeSorter.Category (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Enum RecipeSorter.Category

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      SHAPED 
      SHAPELESS 
      UNKNOWN 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static RecipeSorter.CategoryvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static RecipeSorter.Category[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RecipeSorter.Category[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RecipeSorter.Category c : RecipeSorter.Category.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RecipeSorter.Category valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/RecipeSorter.html b/javadoc/net/minecraftforge/oredict/RecipeSorter.html new file mode 100644 index 0000000..b4c3e3b --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/RecipeSorter.html @@ -0,0 +1,366 @@ + + + + + +RecipeSorter (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Class RecipeSorter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.util.Comparator<IRecipe>
    +
    +
    +
    +
    public class RecipeSorter
    +extends java.lang.Object
    +implements java.util.Comparator<IRecipe>
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(IRecipe r1,
        +          IRecipe r2)
        +
        +
        Specified by:
        +
        compare in interface java.util.Comparator<IRecipe>
        +
        +
      • +
      + + + +
        +
      • +

        sortCraftManager

        +
        public static void sortCraftManager()
        +
      • +
      + + + +
        +
      • +

        register

        +
        public static void register(java.lang.String name,
        +            java.lang.Class<?> recipe,
        +            RecipeSorter.Category category,
        +            java.lang.String dependancies)
        +
      • +
      + + + +
        +
      • +

        setCategory

        +
        public static void setCategory(java.lang.Class<?> recipe,
        +               RecipeSorter.Category category)
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/ShapedOreRecipe.html b/javadoc/net/minecraftforge/oredict/ShapedOreRecipe.html new file mode 100644 index 0000000..fdf11d1 --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/ShapedOreRecipe.html @@ -0,0 +1,378 @@ + + + + + +ShapedOreRecipe (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.oredict
+

Class ShapedOreRecipe

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

      Constructor Detail

      + + + +
        +
      • +

        ShapedOreRecipe

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

        ShapedOreRecipe

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

        ShapedOreRecipe

        +
        public ShapedOreRecipe(ItemStack result,
        +               java.lang.Object... recipe)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/package-frame.html b/javadoc/net/minecraftforge/oredict/package-frame.html new file mode 100644 index 0000000..b79d9e3 --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/package-frame.html @@ -0,0 +1,27 @@ + + + + + +net.minecraftforge.oredict (Forge API) + + + + +

net.minecraftforge.oredict

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraftforge/oredict/package-summary.html b/javadoc/net/minecraftforge/oredict/package-summary.html new file mode 100644 index 0000000..5220bdc --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/package-summary.html @@ -0,0 +1,162 @@ + + + + + +net.minecraftforge.oredict (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraftforge.oredict

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraftforge/oredict/package-tree.html b/javadoc/net/minecraftforge/oredict/package-tree.html new file mode 100644 index 0000000..972b009 --- /dev/null +++ b/javadoc/net/minecraftforge/oredict/package-tree.html @@ -0,0 +1,146 @@ + + + + + +net.minecraftforge.oredict Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraftforge.oredict

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3