net.minecraft.world.item.crafting

public class ShapedRecipe

implements CraftingRecipe

dcs
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.class_1869
net.minecraft.recipe.ShapedRecipe
net.minecraft.world.item.crafting.ShapedRecipes

Field summary

Modifier and TypeField
final ShapedRecipePattern
c
pattern
field_47320
raw
final ItemStack
d
result
field_9053
result
final String
e
group
field_9056
group
final CraftingBookCategory
f
category
field_40256
category
final boolean
g
showNotification
field_42719
showNotification
private PlacementInfo
h
placementInfo
field_52601
ingredientPlacement

Constructor summary

ModifierConstructor
public (String group, CraftingBookCategory category, ShapedRecipePattern raw, ItemStack result, boolean showNotification)
public (String group, CraftingBookCategory category, ShapedRecipePattern raw, ItemStack result)

Method summary

Modifier and TypeMethod
public RecipeSerializer<? extends ShapedRecipe>
a()
getSerializer()
method_8119()
getSerializer()
public String
j()
group()
method_8112()
getGroup()
public CraftingBookCategory
c()
category()
method_45441()
getCategory()
public List<Optional<Ingredient>>
f()
getIngredients()
method_61693()
getIngredients()
public PlacementInfo
ap_()
placementInfo()
method_61671()
getIngredientPlacement()
public boolean
i()
showNotification()
method_49188()
showNotification()
public boolean
a(dbs arg0, dhi arg1)
matches(CraftingInput arg0, Level arg1)
method_17728(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
a(dbs arg0, js$a arg1)
assemble(CraftingInput arg0, HolderLookup$Provider arg1)
method_17727(class_9694 arg0, class_7225$class_7874 arg1)
craft(CraftingRecipeInput arg0, RegistryWrapper$WrapperLookup arg1)
public int
k()
getWidth()
method_8150()
getWidth()
public int
l()
getHeight()
method_8158()
getHeight()
public List<RecipeDisplay>
g()
display()
method_64664()
getDisplays()