Package net.minecraft.world.item.alchemy
Class PotionBrewing
java.lang.Object
net.minecraft.world.item.alchemy.PotionBrewing
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static List<Ingredient>
static int
private static List<PotionBrewing.Mix<Item>>
private static List<PotionBrewing.Mix<Potion>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addContainer(Item p_43501_)
private static void
addContainerRecipe(Item p_43503_, Item p_43504_, Item p_43505_)
private static void
static void
protected static boolean
hasContainerMix(ItemStack p_43520_, ItemStack p_43521_)
static boolean
protected static boolean
hasPotionMix(ItemStack p_43525_, ItemStack p_43526_)
static boolean
isBrewablePotion(Potion p_43512_)
protected static boolean
isContainerIngredient(ItemStack p_43518_)
static boolean
isIngredient(ItemStack p_43507_)
protected static boolean
isPotionIngredient(ItemStack p_43523_)
static ItemStack
-
Field Details
-
BREWING_TIME_SECONDS
public static final int BREWING_TIME_SECONDS- See Also:
- Constant Field Values
-
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
-