net.minecraft.crafting.recipe

public class ShapedRecipe

implements Recipe

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

Field summary

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

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 ItemStack[]
b(abl arg0)
method_8443(class_1011 arg0)
getRemainder(CraftingInventory arg0)
getRemainingItems(InventoryCrafting arg0)
public boolean
a(abl arg0, aid arg1)
method_3500(class_1011 arg0, class_1150 arg1)
matches(CraftingInventory arg0, World arg1)
matches(InventoryCrafting arg0, World arg1)
private boolean
a(abl 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(abl arg0)
method_3502(class_1011 arg0)
getResult(CraftingInventory arg0)
getCraftingResult(InventoryCrafting arg0)
public int
a()
method_3499()
size()
getRecipeSize()