Uses of Record Class
net.minecraft.world.item.crafting.PotionIngredient
Packages that use PotionIngredient
-
Uses of PotionIngredient in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as PotionIngredientModifier and TypeFieldDescriptionprivate final PotionIngredientBrewingRecipeBuilder.inputprivate final PotionIngredientBrewingRecipeBuilder.reagentMethods in net.minecraft.data.recipes that return PotionIngredientModifier and TypeMethodDescriptionprivate static PotionIngredientBrewingRecipeBuilder.potionIngredient(Item potionContainer, Holder<Potion> potion) Methods in net.minecraft.data.recipes with parameters of type PotionIngredientModifier and TypeMethodDescriptionBrewingRecipeBuilder.getIngredientPotion(PotionIngredient ingredient) Constructors in net.minecraft.data.recipes with parameters of type PotionIngredientModifierConstructorDescriptionprivateBrewingRecipeBuilder(PotionIngredient input, PotionIngredient reagent, ItemStackTemplate output) -
Uses of PotionIngredient in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as PotionIngredientModifier and TypeFieldDescriptionprivate final PotionIngredientBrewingRecipe.inputprivate final PotionIngredientBrewingRecipe.reagentFields in net.minecraft.world.item.crafting with type parameters of type PotionIngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PotionIngredient> PotionIngredient.MAP_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PotionIngredient> PotionIngredient.STREAM_CODECMethods in net.minecraft.world.item.crafting that return PotionIngredientModifier and TypeMethodDescriptionBrewingRecipe.getInput()BrewingRecipe.getReagent()static PotionIngredientstatic PotionIngredientPotionIngredient.of(Item item, PotionsPredicate potions) Methods in net.minecraft.world.item.crafting with parameters of type PotionIngredientModifier and TypeMethodDescriptionBrewingRecipe.Factory.create(Recipe.CommonInfo commonInfo, PotionIngredient input, PotionIngredient reagent, ItemStackTemplate output) Constructors in net.minecraft.world.item.crafting with parameters of type PotionIngredientModifierConstructorDescriptionBrewingRecipe(PotionIngredient input, PotionIngredient reagent, ItemStackTemplate output)