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