YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.item.crafting.RecipesMapExtending Class Reference
Inheritance diagram for net.minecraft.item.crafting.RecipesMapExtending:
net.minecraft.item.crafting.ShapedRecipes net.minecraft.item.crafting.IRecipe

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
 

Constructor & Destructor Documentation

net.minecraft.item.crafting.RecipesMapExtending.RecipesMapExtending ( )

Member Function Documentation

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.


The documentation for this class was generated from the following file: