Class PotionBrewing


  • public class PotionBrewing
    extends java.lang.Object
    • Constructor Detail

      • PotionBrewing

        public PotionBrewing()
    • Method Detail

      • isIngredient

        public static boolean isIngredient​(ItemStack p_185205_0_)
      • isContainerIngredient

        protected static boolean isContainerIngredient​(ItemStack p_185203_0_)
      • isPotionIngredient

        protected static boolean isPotionIngredient​(ItemStack p_185211_0_)
      • isBrewablePotion

        public static boolean isBrewablePotion​(Potion p_222124_0_)
      • hasMix

        public static boolean hasMix​(ItemStack p_185208_0_,
                                     ItemStack p_185208_1_)
      • hasContainerMix

        protected static boolean hasContainerMix​(ItemStack p_185206_0_,
                                                 ItemStack p_185206_1_)
      • hasPotionMix

        protected static boolean hasPotionMix​(ItemStack p_185209_0_,
                                              ItemStack p_185209_1_)
      • bootStrap

        public static void bootStrap()
      • addContainerRecipe

        private static void addContainerRecipe​(Item p_196207_0_,
                                               Item p_196207_1_,
                                               Item p_196207_2_)
      • addContainer

        private static void addContainer​(Item p_196208_0_)
      • addMix

        private static void addMix​(Potion p_193357_0_,
                                   Item p_193357_1_,
                                   Potion p_193357_2_)