net.minecraftforge.oredict.ShapelessOreRecipe.ShapelessOreRecipe |
( |
Block |
result, |
|
|
Object... |
recipe |
|
) |
| |
net.minecraftforge.oredict.ShapelessOreRecipe.ShapelessOreRecipe |
( |
Item |
result, |
|
|
Object... |
recipe |
|
) |
| |
net.minecraftforge.oredict.ShapelessOreRecipe.ShapelessOreRecipe |
( |
ItemStack |
result, |
|
|
Object... |
recipe |
|
) |
| |
ArrayList net.minecraftforge.oredict.ShapelessOreRecipe.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.
ItemStack net.minecraftforge.oredict.ShapelessOreRecipe.getRecipeOutput |
( |
) | |
|
int net.minecraftforge.oredict.ShapelessOreRecipe.getRecipeSize |
( |
) | |
|
boolean net.minecraftforge.oredict.ShapelessOreRecipe.matches |
( |
InventoryCrafting |
inventorycrafting, |
|
|
World |
world |
|
) |
| |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraftforge/oredict/ShapelessOreRecipe.java