Uses of Class
net.minecraft.recipe.Ingredient
Packages that use Ingredient
-
Uses of Ingredient in net.minecraft
Fields in net.minecraft declared as IngredientFields in net.minecraft with type parameters of type IngredientModifier and TypeFieldDescriptionprivate final List<Ingredient>class_3175.class_3176.field_15631Methods in net.minecraft with parameters of type IngredientModifier and TypeMethodDescriptionvoidclass_3278.method_14553(Ingredient ingredient, int int2, int int3) Constructors in net.minecraft with parameters of type Ingredient -
Uses of Ingredient in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as IngredientModifier and TypeFieldDescription(package private) final IngredientStatusEffectStrings.class_2697.field_15679Fields in net.minecraft.entity.effect with type parameters of type IngredientModifier and TypeFieldDescriptionprivate static final List<Ingredient>StatusEffectStrings.field_12341Methods in net.minecraft.entity.effect with parameters of type IngredientModifier and TypeMethodDescriptionprivate static voidStatusEffectStrings.method_14243(Potion potion, Ingredient ingredient, Potion potion2) Constructors in net.minecraft.entity.effect with parameters of type Ingredient -
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 IngredientIngredient.method_14245(Item item) static IngredientIngredient.method_14247(Item[] item) static IngredientIngredient.method_14248(ItemStack[] itemStack) static IngredientShapedRecipeType.method_14264(JsonElement jsonElement) Methods 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.method_14274(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(String string, int int2, int int3, DefaultedList<Ingredient> defaultedList, ItemStack itemStack) ShapelessRecipeType(String string, ItemStack itemStack, DefaultedList<Ingredient> defaultedList)