Package net.minecraft.potion
Class PotionBrewing
java.lang.Object
net.minecraft.potion.PotionBrewing
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
PotionBrewing.MixPredicate<T extends ForgeRegistryEntry<T>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final List<Ingredient>
private static final List<PotionBrewing.MixPredicate<Item>>
private static final List<PotionBrewing.MixPredicate<Potion>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addContainer
(Item p_196208_0_) private static void
addContainerRecipe
(Item p_196207_0_, Item p_196207_1_, Item p_196207_2_) private static void
static void
protected static boolean
hasContainerMix
(ItemStack p_185206_0_, ItemStack p_185206_1_) static boolean
protected static boolean
hasPotionMix
(ItemStack p_185209_0_, ItemStack p_185209_1_) static boolean
isBrewablePotion
(Potion p_222124_0_) protected static boolean
isContainerIngredient
(ItemStack p_185203_0_) static boolean
isIngredient
(ItemStack p_185205_0_) protected static boolean
isPotionIngredient
(ItemStack p_185211_0_) static ItemStack
-
Field Details
-
POTION_MIXES
-
CONTAINER_MIXES
-
ALLOWED_CONTAINERS
-
ALLOWED_CONTAINER
-
-
Constructor Details
-
PotionBrewing
public PotionBrewing()
-
-
Method Details
-
isIngredient
-
isContainerIngredient
-
isPotionIngredient
-
isBrewablePotion
-
hasMix
-
hasContainerMix
-
hasPotionMix
-
mix
-
bootStrap
public static void bootStrap() -
addContainerRecipe
-
addContainer
-
addMix
-