类 PotionBrewing

java.lang.Object
net.minecraft.world.item.alchemy.PotionBrewing

public class PotionBrewing extends Object
  • 字段详细资料

  • 构造器详细资料

    • PotionBrewing

      public PotionBrewing()
  • 方法详细资料

    • isIngredient

      public static boolean isIngredient(ItemStack pInput)
    • isContainerIngredient

      protected static boolean isContainerIngredient(ItemStack pInput)
    • isPotionIngredient

      protected static boolean isPotionIngredient(ItemStack pInput)
    • isBrewablePotion

      public static boolean isBrewablePotion(Potion pPotion)
    • hasMix

      public static boolean hasMix(ItemStack pInput, ItemStack pReagent)
    • hasContainerMix

      protected static boolean hasContainerMix(ItemStack pInput, ItemStack pReagent)
    • hasPotionMix

      protected static boolean hasPotionMix(ItemStack pInput, ItemStack pReagent)
    • mix

      public static ItemStack mix(ItemStack pReagent, ItemStack pPotion)
    • bootStrap

      public static void bootStrap()
    • addContainerRecipe

      private static void addContainerRecipe(Item pFrom, Item pIngredient, Item pTo)
    • addContainer

      private static void addContainer(Item pContainer)
    • addMix

      private static void addMix(Potion pPotionEntry, Item pPotionIngredient, Potion pPotionResult)