net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

implements Recipe<Container>

bnz
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.class_1874
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.item.crafting.AbstractCookingRecipe
net.minecraft.server.v1_16_R2.RecipeCooking

Field summary

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

Constructor summary

ModifierConstructor
public (RecipeType<?> type, ResourceLocation id, String group, Ingredient input, ItemStack output, float experience, int cookTime)

Method summary

Modifier and TypeMethod
public boolean
a(aok arg0, bru arg1)
matches(Container arg0, Level arg1)
method_8115(class_1263 arg0, class_1937 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
public ItemStack
a(aok arg0)
assemble(Container arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public NonNullList<Ingredient>
a()
getIngredients()
method_8117()
getPreviewInputs()
func_192400_c()
public float
b()
getExperience()
method_8171()
getExperience()
func_222138_b()
getExperience()
public ItemStack
c()
getResultItem()
method_8110()
getOutput()
func_77571_b()
getResult()
public int
e()
getCookingTime()
method_8167()
getCookTime()
func_222137_e()
getCookingTime()
public ResourceLocation
f()
getId()
method_8114()
getId()
func_199560_c()
getKey()
public RecipeType<?>
g()
getType()
method_17716()
getType()
func_222127_g()
public boolean
a(int arg0, int arg1)
canCraftInDimensions(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()
getGroup()
method_8112()
getGroup()
func_193358_e()