net.minecraft.world.item.crafting

public abstract class SingleItemRecipe

implements Recipe<SingleRecipeInput>

dcw
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.class_3972
net.minecraft.recipe.SingleStackRecipe
net.minecraft.world.item.crafting.RecipeSingleItem

Field summary

Modifier and TypeField
private final Ingredient
c
input
field_17642
ingredient
private final ItemStack
d
result
field_17643
result
private final String
e
group
field_17645
group
private PlacementInfo
f
placementInfo
field_52604
ingredientPlacement

Constructor summary

ModifierConstructor
public (String group, Ingredient ingredient, ItemStack result)

Method summary

Modifier and TypeMethod
public abstract RecipeSerializer<? extends SingleItemRecipe>
a()
getSerializer()
method_8119()
getSerializer()
public abstract RecipeType<? extends SingleItemRecipe>
b()
getType()
method_17716()
getType()
public boolean
a(dcx arg0, dhi arg1)
matches(SingleRecipeInput arg0, Level arg1)
method_64719(class_9696 arg0, class_1937 arg1)
matches(SingleStackRecipeInput arg0, World arg1)
public String
j()
group()
method_8112()
getGroup()
public Ingredient
k()
input()
method_64720()
ingredient()
protected ItemStack
l()
result()
method_64721()
result()
public PlacementInfo
ap_()
placementInfo()
method_61671()
getIngredientPlacement()
public ItemStack
a(dcx arg0, js$a arg1)
assemble(SingleRecipeInput arg0, HolderLookup$Provider arg1)
method_59998(class_9696 arg0, class_7225$class_7874 arg1)
craft(SingleStackRecipeInput arg0, RegistryWrapper$WrapperLookup arg1)