YATS/Forge Documentation
|
Public Member Functions | |
RecipesMapExtending () | |
boolean | matches (InventoryCrafting par1InventoryCrafting, World par2World) |
ItemStack | getCraftingResult (InventoryCrafting par1InventoryCrafting) |
Public Member Functions inherited from net.minecraft.item.crafting.ShapedRecipes | |
ShapedRecipes (int par1, int par2, ItemStack[] par3ArrayOfItemStack, ItemStack par4ItemStack) | |
ItemStack | getRecipeOutput () |
boolean | matches (InventoryCrafting par1InventoryCrafting, World par2World) |
ItemStack | getCraftingResult (InventoryCrafting par1InventoryCrafting) |
int | getRecipeSize () |
ShapedRecipes | func_92100_c () |
Additional Inherited Members | |
Public Attributes inherited from net.minecraft.item.crafting.ShapedRecipes | |
final int | recipeWidth |
final int | recipeHeight |
final ItemStack[] | recipeItems |
final int | recipeOutputItemID |
net.minecraft.item.crafting.RecipesMapExtending.RecipesMapExtending | ( | ) |
ItemStack net.minecraft.item.crafting.RecipesMapExtending.getCraftingResult | ( | InventoryCrafting | par1InventoryCrafting) |
Returns an Item that is the result of this recipe
Implements net.minecraft.item.crafting.IRecipe.
boolean net.minecraft.item.crafting.RecipesMapExtending.matches | ( | InventoryCrafting | par1InventoryCrafting, |
World | par2World | ||
) |
Used to check if a recipe matches current crafting inventory
Implements net.minecraft.item.crafting.IRecipe.