Package net.minecraft.world.item.alchemy
Class PotionBrewing
java.lang.Object
net.minecraft.world.item.alchemy.PotionBrewing
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List<Ingredient>static final intprivate static final List<PotionBrewing.Mix<Item>>private static final List<PotionBrewing.Mix<Potion>> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddContainer(Item p_43501_) private static voidaddContainerRecipe(Item p_43503_, Item p_43504_, Item p_43505_) private static voidstatic voidprotected static booleanhasContainerMix(ItemStack p_43520_, ItemStack p_43521_) static booleanprotected static booleanhasPotionMix(ItemStack p_43525_, ItemStack p_43526_) static booleanisBrewablePotion(Potion p_43512_) protected static booleanisContainerIngredient(ItemStack p_43518_) static booleanisIngredient(ItemStack p_43507_) protected static booleanisPotionIngredient(ItemStack p_43523_) static ItemStack 
- 
Field Details
- 
BREWING_TIME_SECONDS
public static final int BREWING_TIME_SECONDS- See Also:
 
 - 
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
 
 -