net.minecraft.world.item.crafting

public abstract class SingleItemRecipe

implements Recipe<Container>

bts
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.class_3972
net.minecraft.unmapped.C_ziizojwa
net.minecraft.recipe.CuttingRecipe
net.minecraft.src.C_1486_
net.minecraft.world.item.crafting.RecipeSingleItem

Field summary

Modifier and TypeField
protected final Ingredient
a
ingredient
field_17642
f_vebxlouq
input
f_44409_
protected final ItemStack
b
result
field_17643
f_yiyeyscc
output
f_44410_
private final RecipeType<?>
e
type
field_17646
f_stvixlvm
type
f_44413_
private final RecipeSerializer<?>
f
serializer
field_17647
f_wuujbplb
serializer
f_44414_
protected final ResourceLocation
c
id
field_17644
f_cxirlnby
id
f_44411_
protected final String
d
group
field_17645
f_vpsyeord
group
f_44412_

Constructor summary

ModifierConstructor
public (RecipeType<?> type, RecipeSerializer<?> serializer, ResourceLocation id, String group, Ingredient input, ItemStack output)

Method summary

Modifier and TypeMethod
public RecipeType<?>
g()
getType()
method_17716()
m_ttbvwfef()
getType()
m_6671_()
public RecipeSerializer<?>
R_()
getSerializer()
method_8119()
m_aphdsjxe()
getSerializer()
m_7707_()
getRecipeSerializer()
public ResourceLocation
f()
getId()
method_8114()
m_eyyxmyfx()
getId()
m_6423_()
getKey()
public String
d()
getGroup()
method_8112()
m_umvnhtgd()
getGroup()
m_6076_()
public ItemStack
c()
getResultItem()
method_8110()
m_edscftkq()
getOutput()
m_8043_()
getResult()
public NonNullList<Ingredient>
a()
getIngredients()
method_8117()
m_njccjhdt()
getIngredients()
m_7527_()
public boolean
a(int arg0, int arg1)
canCraftInDimensions(int arg0, int arg1)
method_8113(int arg0, int arg1)
m_nxpzgwsq(int arg0, int arg1)
fits(int arg0, int arg1)
m_8004_(int p_44425_, int arg1)
public ItemStack
a(art arg0)
assemble(Container arg0)
method_8116(class_1263 arg0)
m_tikgmnde(C_pjtstjoq arg0)
craft(Inventory arg0)
m_5874_(C_464_ arg0)