Class BrewingRecipeRegistry

java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry

public class BrewingRecipeRegistry
extends Object
  • Field Details

  • Constructor Details

    • BrewingRecipeRegistry

      public BrewingRecipeRegistry()
  • Method Details

    • isValidIngredient

      public static boolean isValidIngredient​(ItemStack stack)
    • isItemRecipeIngredient

      protected static boolean isItemRecipeIngredient​(ItemStack stack)
    • isPotionRecipeIngredient

      protected static boolean isPotionRecipeIngredient​(ItemStack stack)
    • isBrewable

      public static boolean isBrewable​(Potion potion)
    • hasRecipe

      public static boolean hasRecipe​(ItemStack input, ItemStack ingredient)
    • hasItemRecipe

      protected static boolean hasItemRecipe​(ItemStack input, ItemStack ingredient)
    • hasPotionRecipe

      protected static boolean hasPotionRecipe​(ItemStack input, ItemStack ingredient)
    • craft

      public static ItemStack craft​(ItemStack input, ItemStack ingredient)
    • registerDefaults

      public static void registerDefaults()
    • registerItemRecipe

      private static void registerItemRecipe​(Item input, Item ingredient, Item output)
    • registerPotionType

      private static void registerPotionType​(Item item)
    • registerPotionRecipe

      private static void registerPotionRecipe​(Potion input, Item item, Potion output)