YATS/Forge Documentation
|
Public Member Functions | |
boolean | matches (InventoryCrafting par1InventoryCrafting, World par2World) |
ItemStack | getCraftingResult (InventoryCrafting par1InventoryCrafting) |
int | getRecipeSize () |
ItemStack | getRecipeOutput () |
ItemStack net.minecraft.item.crafting.RecipesMapCloning.getCraftingResult | ( | InventoryCrafting | par1InventoryCrafting) |
Returns an Item that is the result of this recipe
Implements net.minecraft.item.crafting.IRecipe.
ItemStack net.minecraft.item.crafting.RecipesMapCloning.getRecipeOutput | ( | ) |
Implements net.minecraft.item.crafting.IRecipe.
int net.minecraft.item.crafting.RecipesMapCloning.getRecipeSize | ( | ) |
Returns the size of the recipe area
Implements net.minecraft.item.crafting.IRecipe.
boolean net.minecraft.item.crafting.RecipesMapCloning.matches | ( | InventoryCrafting | par1InventoryCrafting, |
World | par2World | ||
) |
Used to check if a recipe matches current crafting inventory
Implements net.minecraft.item.crafting.IRecipe.