net.minecraft.recipe

public class ShapelessRecipe

implements CraftingRecipe

net.minecraft.world.item.crafting.ShapelessRecipe
net.minecraft.class_1867
net.minecraft.recipe.ShapelessRecipe

Field summary

Modifier and TypeField
private final String
group
field_9049
group
private final CraftingRecipeCategory
category
field_40257
category
private final ItemStack
result
field_9050
result
private final List<Ingredient>
ingredients
field_9047
ingredients
private IngredientPlacement
placementInfo
field_52603
ingredientPlacement

Constructor summary

ModifierConstructor
public (String group, CraftingRecipeCategory category, ItemStack result, List<Ingredient> ingredients)

Method summary

Modifier and TypeMethod
public RecipeSerializer<ShapelessRecipe>
getSerializer()
method_8119()
getSerializer()
public String
group()
method_8112()
getGroup()
public CraftingRecipeCategory
category()
method_45441()
getCategory()
public IngredientPlacement
placementInfo()
method_61671()
getIngredientPlacement()
public boolean
matches(CraftingInput input, Level level)
method_17730(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
assemble(CraftingInput input, HolderLookup$Provider registries)
method_17729(class_9694 arg0, class_7225$class_7874 arg1)
craft(CraftingRecipeInput arg0, RegistryWrapper$WrapperLookup arg1)
public List<RecipeDisplay>
display()
method_64664()
getDisplays()
public ItemStack
assemble(RecipeInput input, HolderLookup$Provider registries)
method_8116(class_9695 arg0, class_7225$class_7874 arg1)
craft(RecipeInput arg0, RegistryWrapper$WrapperLookup arg1)
public boolean
matches(RecipeInput input, Level level)
method_8115(class_9695 arg0, class_1937 arg1)
matches(RecipeInput arg0, World arg1)