Uses of Class
net.minecraft.recipe.Ingredient
Packages that use Ingredient
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of Ingredient in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as IngredientModifier and TypeFieldDescriptionprivate @Nullable IngredientAbstractFurnaceRecipeBookScreen.fuelsprivate final IngredientRecipeBookGhostSlots.GhostInputSlot.ingredientMethods in net.minecraft.client.gui.screen.recipebook with parameters of type IngredientModifier and TypeMethodDescriptionvoidRecipeBookGhostSlots.addSlot(Ingredient ingredient, int x, int y) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type IngredientModifier and TypeMethodDescriptionvoidRecipeAlternativesWidget.AlternativeButtonWidget.acceptAlignedInput(Iterator<Ingredient> inputs, int slot, int amount, int gridX, int gridY) voidRecipeBookWidget.acceptAlignedInput(Iterator<Ingredient> inputs, int slot, int amount, int gridX, int gridY) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type Ingredient -
Uses of Ingredient in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as IngredientModifier and TypeFieldDescriptionprivate final IngredientSmithingTransformRecipeJsonBuilder.additionprivate final IngredientSmithingTrimRecipeJsonBuilder.additionprivate final IngredientSmithingTransformRecipeJsonBuilder.baseprivate final IngredientSmithingTrimRecipeJsonBuilder.baseprivate final IngredientCookingRecipeJsonBuilder.inputprivate final IngredientSingleItemRecipeJsonBuilder.inputprivate final IngredientSmithingTransformRecipeJsonBuilder.templateprivate final IngredientSmithingTrimRecipeJsonBuilder.templateFields in net.minecraft.data.server.recipe with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final Map<Character,Ingredient> ShapedRecipeJsonBuilder.inputsprivate final DefaultedList<Ingredient>ShapelessRecipeJsonBuilder.inputsMethods in net.minecraft.data.server.recipe with parameters of type IngredientModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
CookingRecipeJsonBuilderCookingRecipeJsonBuilder.create(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) SmithingTransformRecipeJsonBuilder.create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) SmithingTrimRecipeJsonBuilder.create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createBlasting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createCampfireCooking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected static ShapedRecipeJsonBuilderRecipeProvider.createChiseledBlockRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createCondensingRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private static ShapedRecipeJsonBuilderRecipeProvider.createCutCopperRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) protected static CraftingRecipeJsonBuilderRecipeProvider.createDoorRecipe(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createFenceGateRecipe(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createFenceRecipe(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createPressurePlateRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createSignRecipe(ItemConvertible output, Ingredient input) protected static CraftingRecipeJsonBuilderRecipeProvider.createSlabRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmelting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmoking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected static CraftingRecipeJsonBuilderRecipeProvider.createStairsRecipe(ItemConvertible output, Ingredient input) static SingleItemRecipeJsonBuilderSingleItemRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output) static SingleItemRecipeJsonBuilderSingleItemRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output, int count) private static CraftingRecipeJsonBuilderRecipeProvider.createTransmutationRecipe(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.createTrapdoorRecipe(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonBuilderRecipeProvider.getWallRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) ShapedRecipeJsonBuilder.input(Character c, Ingredient ingredient) ShapelessRecipeJsonBuilder.input(Ingredient ingredient) ShapelessRecipeJsonBuilder.input(Ingredient ingredient, int size) Constructors in net.minecraft.data.server.recipe with parameters of type IngredientModifierConstructorDescriptionprivateCookingRecipeJsonBuilder(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, AbstractCookingRecipe.RecipeFactory<?> recipeFactory) SingleItemRecipeJsonBuilder(RecipeCategory category, CuttingRecipe.RecipeFactory<?> recipeFactory, Ingredient input, ItemConvertible output, int count) SmithingTransformRecipeJsonBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) SmithingTrimRecipeJsonBuilder(RecipeCategory category, Ingredient template, Ingredient base, Ingredient addition) -
Uses of Ingredient in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor declared as IngredientConstructors in net.minecraft.entity.ai.brain.sensor with parameters of type Ingredient -
Uses of Ingredient in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IngredientConstructors in net.minecraft.entity.ai.goal with parameters of type IngredientModifierConstructorDescriptionTemptGoal(PathAwareEntity entity, double speed, Ingredient food, boolean canBeScared) -
Uses of Ingredient in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as IngredientModifier and TypeFieldDescriptionprivate static final IngredientStriderEntity.ATTRACTING_INGREDIENTprivate static final IngredientAbstractHorseEntity.BREEDING_INGREDIENTstatic final IngredientCamelEntity.BREEDING_INGREDIENTprivate static final IngredientChickenEntity.BREEDING_INGREDIENTprivate static final IngredientPigEntity.BREEDING_INGREDIENTprivate static final IngredientStriderEntity.BREEDING_INGREDIENTstatic final IngredientTurtleEntity.BREEDING_ITEMprivate static final IngredientAllayEntity.DUPLICATION_INGREDIENTstatic final IngredientFrogEntity.SLIME_BALLprivate static final IngredientCatEntity.TAMING_INGREDIENTprivate static final IngredientLlamaEntity.TAMING_INGREDIENTprivate static final IngredientOcelotEntity.TAMING_INGREDIENTMethods in net.minecraft.entity.passive that return IngredientModifier and TypeMethodDescriptionstatic IngredientAxolotlBrain.getTemptItems()static IngredientCamelBrain.getTemptItems()static IngredientFrogBrain.getTemptItems()static IngredientGoatBrain.getTemptItems()static IngredientSnifferBrain.getTemptItems()Constructors in net.minecraft.entity.passive with parameters of type IngredientModifierConstructorDescriptionOcelotTemptGoal(OcelotEntity ocelot, double speed, Ingredient food, boolean canBeScared) TemptGoal(CatEntity cat, double speed, Ingredient food, boolean canBeScared) -
Uses of Ingredient in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as IngredientModifier and TypeFieldDescriptionprivate static final IngredientFurnaceMinecartEntity.ACCEPTABLE_FUEL -
Uses of Ingredient in net.minecraft.item
Fields in net.minecraft.item with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final Lazy<Ingredient>ToolMaterials.repairIngredientprivate final Lazy<Ingredient>ArmorMaterials.repairIngredientSupplierMethods in net.minecraft.item that return IngredientModifier and TypeMethodDescriptionArmorMaterial.getRepairIngredient()Returns theIngredientused to repair items using thisArmorMaterial.ArmorMaterials.getRepairIngredient()Returns theIngredientused to repair items using thisArmorMaterial.ToolMaterial.getRepairIngredient()Returns theIngredientused to repair items using thisToolMaterial.ToolMaterials.getRepairIngredient()Returns theIngredientused to repair items using thisToolMaterial.Constructor parameters in net.minecraft.item with type arguments of type IngredientModifierConstructorDescriptionprivateArmorMaterials(String name, int durabilityMultiplier, EnumMap<ArmorItem.Type, Integer> protectionAmounts, int enchantability, SoundEvent equipSound, float toughness, float knockbackResistance, Supplier<Ingredient> repairIngredientSupplier) privateToolMaterials(int miningLevel, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier<Ingredient> repairIngredient) -
Uses of Ingredient in net.minecraft.recipe
Fields in net.minecraft.recipe declared as IngredientModifier and TypeFieldDescription(package private) final IngredientSmithingTransformRecipe.addition(package private) final IngredientSmithingTrimRecipe.addition(package private) final IngredientSmithingTransformRecipe.base(package private) final IngredientSmithingTrimRecipe.baseprivate static final IngredientFireworkRocketRecipe.DURATION_MODIFIERstatic final IngredientIngredient.EMPTYprivate static final IngredientFireworkRocketRecipe.FIREWORK_STARprivate static final IngredientFireworkStarRecipe.FLICKER_MODIFIERprivate static final IngredientFireworkStarRecipe.GUNPOWDERprotected final IngredientAbstractCookingRecipe.ingredient(package private) final IngredientBrewingRecipeRegistry.Recipe.ingredientprotected final IngredientCuttingRecipe.ingredientprivate static final IngredientFireworkStarFadeRecipe.INPUT_STARprivate static final IngredientFireworkRocketRecipe.PAPER(package private) final IngredientSmithingTransformRecipe.template(package private) final IngredientSmithingTrimRecipe.templateprivate static final IngredientFireworkStarRecipe.TRAIL_MODIFIERprivate static final IngredientFireworkStarRecipe.TYPE_MODIFIERFields in net.minecraft.recipe with type parameters of type IngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Ingredient>Ingredient.ALLOW_EMPTY_CODECstatic final com.mojang.serialization.Codec<Ingredient>Ingredient.DISALLOW_EMPTY_CODECprivate final DefaultedList<Ingredient>RawShapedRecipe.ingredientsThe field for theingredientsrecord component.private final List<Ingredient>RecipeMatcher.Matcher.ingredients(package private) final DefaultedList<Ingredient>ShapelessRecipe.ingredientsprivate final Map<Character,Ingredient> RawShapedRecipe.Data.keyThe field for thekeyrecord component.private static final List<Ingredient>BrewingRecipeRegistry.POTION_TYPESMethods in net.minecraft.recipe that return IngredientModifier and TypeMethodDescriptionstatic IngredientIngredient.empty()static IngredientIngredient.fromPacket(PacketByteBuf buf) static Ingredientprivate static IngredientIngredient.ofEntries(Stream<? extends Ingredient.Entry> entries) static IngredientIngredient.ofItems(ItemConvertible[] items) static Ingredientstatic IngredientMethods in net.minecraft.recipe that return types with arguments of type IngredientModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<Ingredient>Ingredient.createCodec(boolean allowEmpty) AbstractCookingRecipe.getIngredients()Returns the ingredients accepted as inputs for this recipe.CuttingRecipe.getIngredients()Returns the ingredients accepted as inputs for this recipe.default DefaultedList<Ingredient>Recipe.getIngredients()Returns the ingredients accepted as inputs for this recipe.ShapedRecipe.getIngredients()Returns the ingredients accepted as inputs for this recipe.ShapelessRecipe.getIngredients()Returns the ingredients accepted as inputs for this recipe.RawShapedRecipe.ingredients()Returns the value of theingredientsrecord component.RawShapedRecipe.Data.key()Returns the value of thekeyrecord component.Methods in net.minecraft.recipe with parameters of type IngredientModifier and TypeMethodDescriptionAbstractCookingRecipe.RecipeFactory.create(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CookingRecipeSerializer.create(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CuttingRecipe.RecipeFactory.create(String group, Ingredient ingredient, ItemStack result) Method parameters in net.minecraft.recipe with type arguments of type IngredientModifier and TypeMethodDescriptionstatic RawShapedRecipeRawShapedRecipe.create(Map<Character, Ingredient> key, String[] pattern) static RawShapedRecipeConstructors in net.minecraft.recipe with parameters of type IngredientModifierConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) BlastingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CampfireCookingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CuttingRecipe(RecipeType<?> type, RecipeSerializer<?> serializer, String group, Ingredient ingredient, ItemStack result) Recipe(T input, Ingredient ingredient, T output) SmeltingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SmithingTransformRecipe(Ingredient template, Ingredient base, Ingredient addition, ItemStack result) SmithingTrimRecipe(Ingredient template, Ingredient base, Ingredient addition) SmokingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) StonecuttingRecipe(String group, Ingredient ingredient, ItemStack result) Constructor parameters in net.minecraft.recipe with type arguments of type IngredientModifierConstructorDescriptionRawShapedRecipe(int int2, int int3, DefaultedList<Ingredient> defaultedList, Optional<RawShapedRecipe.Data> optional) ShapelessRecipe(String group, CraftingRecipeCategory category, ItemStack result, DefaultedList<Ingredient> ingredients)