Uses of Class
net.minecraft.recipe.Ingredient
Packages that use Ingredient
Package
Description
-
Uses of Ingredient in net.minecraft
Fields in net.minecraft declared as IngredientModifier and TypeFieldDescriptionprivate final Ingredientclass_3278.class_3279.field_16027private final Ingredientclass_3566.class_3567.field_17413private static final Ingredientclass_3572.field_17430private static final Ingredientclass_3572.field_17431private static final Ingredientclass_3572.field_17432private static final Ingredientclass_3573.field_17433private static final Ingredientclass_3574.field_17434private static final Ingredientclass_3574.field_17435private static final Ingredientclass_3574.field_17436private static final Ingredientclass_3574.field_17438private final Ingredientclass_3584.field_17470private final Ingredientclass_4362.field_21460private final Ingredientclass_4362.class_4363.field_21467Fields in net.minecraft with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final List<Ingredient>class_3175.class_3176.field_15631private final Lazy<Ingredient>class_3543.field_17152private static final List<Ingredient>class_3566.field_17410private final Map<Character,Ingredient> class_4358.field_21433private final Map<Character,Ingredient> class_4358.class_4359.field_21442private final List<Ingredient>class_4360.field_21448private final List<Ingredient>class_4360.class_4361.field_21455Methods in net.minecraft that return IngredientMethods in net.minecraft that return types with arguments of type IngredientMethods in net.minecraft with parameters of type IngredientModifier and TypeMethodDescriptionvoidclass_3278.method_14553(Ingredient ingredient, int int2, int int3) class_4358.method_20036(Character character, Ingredient ingredient) class_4360.method_20046(Ingredient ingredient) class_4360.method_20047(Ingredient ingredient, int int2) static class_4362class_4362.method_20059(Ingredient ingredient, Itemable itemable, float float2, int int2) Method parameters in net.minecraft with type arguments of type IngredientModifier and TypeMethodDescriptionvoidclass_3280.class_3281.method_20430(Iterator<Ingredient> iterator, int int2, int int3, int int4, int int5) voidclass_3282.method_20430(Iterator<Ingredient> iterator, int int2, int int3, int int4, int int5) Constructors in net.minecraft with parameters of type IngredientModifierConstructorDescriptionclass_3279(Ingredient ingredient, int int2, int int3) class_3567(T t, Ingredient ingredient, T t2) class_3584(Identifier identifier, String string, Ingredient ingredient, ItemStack itemStack, float float2, int int2) class_4362(Ingredient ingredient, Itemable itemable, float float2, int int2) class_4363(Identifier identifier, String string, Ingredient ingredient, Item item, float float2, int int2, SimpleAdvancement.TaskAdvancement taskAdvancement, Identifier identifier2) Constructor parameters in net.minecraft with type arguments of type IngredientModifierConstructorDescriptionprivateclass_3543(String string, int int2, int[] int3, int int4, SoundEvent soundEvent, float float2, Supplier<Ingredient> supplier) class_4359(Identifier identifier, Item item, int int2, String string, List<String> list, Map<Character, Ingredient> map, SimpleAdvancement.TaskAdvancement taskAdvancement, Identifier identifier2) class_4361(Identifier identifier, Item item, int int2, String string, List<Ingredient> list, SimpleAdvancement.TaskAdvancement taskAdvancement, Identifier identifier2) -
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 pathAwareEntity, double double2, boolean bool, Ingredient ingredient) TemptGoal(PathAwareEntity pathAwareEntity, double double2, Ingredient ingredient, boolean bool) -
Uses of Ingredient in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as IngredientModifier and TypeFieldDescriptionprivate static final IngredientChickenEntity.field_16899private static final IngredientOcelotEntity.field_16912private static final IngredientPigEntity.field_16918 -
Uses of Ingredient in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as IngredientModifier and TypeFieldDescriptionprivate static final IngredientFurnaceMinecartEntity.field_17124 -
Uses of Ingredient in net.minecraft.item
Fields in net.minecraft.item with type parameters of type IngredientMethods in net.minecraft.item that return IngredientModifier and TypeMethodDescriptionIToolMaterial.getRepairIngredient()ToolMaterials.getRepairIngredient()Constructor parameters in net.minecraft.item with type arguments of type IngredientModifierConstructorDescriptionprivateToolMaterials(int miningLevel, int durability, float blockBreakSpeed, float attackDamage, int enchantability, Supplier<Ingredient> supplier) -
Uses of Ingredient in net.minecraft.recipe
Fields in net.minecraft.recipe declared as IngredientFields in net.minecraft.recipe with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final DefaultedList<Ingredient>ShapedRecipeType.field_15686private final DefaultedList<Ingredient>ShapelessRecipeType.field_15688Methods in net.minecraft.recipe that return IngredientModifier and TypeMethodDescriptionstatic Ingredientstatic IngredientIngredient.method_14248(ItemStack[] itemStack) static IngredientIngredient.method_16183(JsonElement jsonElement) private static IngredientIngredient.method_16186(Stream<? extends Ingredient.class_3577> stream) static IngredientIngredient.method_16193(PacketByteBuf packetByteBuf) static IngredientMethods in net.minecraft.recipe that return types with arguments of type IngredientModifier and TypeMethodDescriptiondefault DefaultedList<Ingredient>RecipeType.method_14252()ShapedRecipeType.method_14252()ShapelessRecipeType.method_14252()private static DefaultedList<Ingredient>ShapedRecipeType.method_14269(String[] string, Map<String, Ingredient> map, int int2, int int3) private static Map<String,Ingredient> ShapedRecipeType.method_14270(JsonObject jsonObject) private static DefaultedList<Ingredient>ShapelessRecipeType.class_3582.method_16236(JsonArray jsonArray) Method parameters in net.minecraft.recipe with type arguments of type IngredientModifier and TypeMethodDescriptionprivate static DefaultedList<Ingredient>ShapedRecipeType.method_14269(String[] string, Map<String, Ingredient> map, int int2, int int3) Constructor parameters in net.minecraft.recipe with type arguments of type IngredientModifierConstructorDescriptionShapedRecipeType(Identifier identifier, String string, int int2, int int3, DefaultedList<Ingredient> defaultedList, ItemStack itemStack) ShapelessRecipeType(Identifier identifier, String string, ItemStack itemStack, DefaultedList<Ingredient> defaultedList)