net.minecraft.recipe

public abstract class AbstractCookingRecipe

implements Recipe<Inventory>

bdy
net.minecraft.class_1874
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.item.crafting.AbstractCookingRecipe

Field summary

Modifier and TypeField
protected final RecipeType<?>
a
field_17544
type
field_222139_a
protected final Identifier
b
field_9060
id
field_222140_b
protected final String
c
field_9062
group
field_222141_c
protected final Ingredient
d
field_9061
input
field_222142_d
protected final ItemStack
e
field_9059
output
field_222143_e
protected final float
f
field_9057
experience
field_222144_f
protected final int
g
field_9058
cookTime
field_222145_g

Constructor summary

ModifierConstructor
public (RecipeType<?> arg0, Identifier arg1, String arg2, Ingredient arg3, ItemStack arg4, float arg5, int arg6)

Method summary

Modifier and TypeMethod
public boolean
a(agz arg0, bhm arg1)
method_8115(class_1263 arg0, class_1937 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
public ItemStack
a(agz arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public DefaultedList<Ingredient>
a()
method_8117()
getPreviewInputs()
func_192400_c()
public float
b()
method_8171()
getExperience()
func_222138_b()
public ItemStack
c()
method_8110()
getOutput()
func_77571_b()
public int
e()
method_8167()
getCookTime()
func_222137_e()
public Identifier
f()
method_8114()
getId()
func_199560_c()
public RecipeType<?>
g()
method_17716()
getType()
func_222127_g()
public boolean
a(int arg0, int arg1)
method_8113(int arg0, int arg1)
fits(int arg0, int arg1)
func_194133_a(int arg0, int arg1)
public String
d()
method_8112()
getGroup()
func_193358_e()