Package net.minecraft.recipe
package net.minecraft.recipe
-
ClassDescriptionCookingRecipeSerializer<T extends AbstractCookingRecipe>A recipe that has only one input ingredient.CuttingRecipe.Serializer<T extends CuttingRecipe>InputSlotFiller<C extends Inventory>A recipe is an arrangement of item stacks in an inventory that can yield a product item stack.A recipe manager allows easier use of recipes, such as finding matches and remainders.Matching class that matches a recipe to its required resources.RecipeSerializer<T extends Recipe<?>>The recipe serializer controls the serialization and deserialization of recipe content.RecipeType<T extends Recipe<?>>The recipe type allows matching recipes more efficiently by only checking recipes under a given type.SpecialRecipeSerializer<T extends CraftingRecipe>A serializer for hardcoded recipes.SpecialRecipeSerializer.Factory<T extends CraftingRecipe>