net.minecraft.crafting.recipe

public class ShapedRecipe

implements Recipe

afh
net.minecraft.class_1115
net.minecraft.crafting.recipe.ShapedRecipe
net.minecraft.item.crafting.ShapedRecipes

Field summary

Modifier and TypeField
private int
a
field_4438
width
recipeWidth
private int
b
field_4439
height
recipeHeight
private ItemStack[]
c
field_4440
ingredients
recipeItems
private ItemStack
d
field_4441
result
recipeOutput
private boolean
e
field_5456
copyNbt
field_92101_f

Constructor summary

ModifierConstructor
public (int width, int height, ItemStack[] ingredients, ItemStack result)

Method summary

Modifier and TypeMethod
public ItemStack
b()
method_3501()
getResult()
getRecipeOutput()
public boolean
a(aae arg0, ahb arg1)
method_3500(class_1011 arg0, class_1150 arg1)
matches(CraftingInventory arg0, World arg1)
matches(InventoryCrafting arg0, World arg1)
private boolean
a(aae arg0, int arg1, int arg2, boolean arg3)
method_3503(class_1011 arg0, int arg1, int arg2, boolean arg3)
matches(CraftingInventory inventory, int x, int y, boolean rotate)
checkMatch(InventoryCrafting arg0, int arg1, int arg2, boolean arg3)
public ItemStack
a(aae arg0)
method_3502(class_1011 arg0)
getResult(CraftingInventory arg0)
getCraftingResult(InventoryCrafting arg0)
public int
a()
method_3499()
size()
getRecipeSize()
public ShapedRecipe
c()
method_4641()
setCopyNbt()
func_92100_c()