net.minecraft.recipe

public abstract class CuttingRecipe

implements Recipe<Inventory>

bex
net.minecraft.class_3972
net.minecraft.recipe.CuttingRecipe
net.minecraft.item.crafting.SingleItemRecipe

Field summary

Modifier and TypeField
protected final Ingredient
a
field_17642
ingredient
field_222131_a
protected final ItemStack
b
field_17643
result
field_222132_b
private final RecipeType<?>
e
field_17646
type
field_222135_e
private final RecipeSerializer<?>
f
field_17647
serializer
field_222136_f
protected final Identifier
c
field_17644
id
field_222133_c
protected final String
d
field_17645
group
field_222134_d

Constructor summary

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

Method summary

Modifier and TypeMethod
public RecipeType<?>
g()
method_17716()
getType()
func_222127_g()
public RecipeSerializer<?>
Q_()
method_8119()
getSerializer()
func_199559_b()
public Identifier
f()
method_8114()
getId()
func_199560_c()
public ItemStack
c()
method_8110()
getOutput()
func_77571_b()
public DefaultedList<Ingredient>
a()
method_8117()
getPreviewInputs()
func_192400_c()
public ItemStack
a(agz arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public String
d()
method_8112()
getGroup()
func_193358_e()
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)