net.minecraft.potion

public class BrewingRecipes

akh
net.minecraft.class_1105
net.minecraft.potion.BrewingRecipes
net.minecraft.potion.PotionHelper
net.minecraft.potion.PotionHelper

Field summary

Modifier and TypeField
private static final List<BrewingRecipes$Recipe<Potion>>
a
field_12339
POTION_RECIPES
field_185213_a
POTION_TYPE_CONVERSIONS
private static final List<BrewingRecipes$Recipe<Item>>
b
field_12340
BOTTLE_RECIPES
field_185214_b
POTION_ITEM_CONVERSIONS
private static final List<Ingredient>
c
field_12341
BOTTLE_ITEMS
field_185215_c
POTION_ITEMS
private static final com.google.common.base.Predicate<ItemStack>
d
field_12342
BOTTLE_ITEM_PREDICATE
field_185216_d
IS_POTION_ITEM

Method summary

Modifier and TypeMethod
public static boolean
a(aip arg0)
method_11417(class_1071 arg0)
isIngredient(ItemStack item)
func_185205_a(ItemStack arg0)
isReagent(ItemStack stack)
protected static boolean
b(aip arg0)
method_11423(class_1071 arg0)
isBottleIngredient(ItemStack item)
func_185203_b(ItemStack arg0)
isItemConversionReagent(ItemStack stack)
protected static boolean
c(aip arg0)
method_11425(class_1071 arg0)
isPotionIngredient(ItemStack item)
func_185211_c(ItemStack arg0)
isTypeConversionReagent(ItemStack stack)
public static boolean
a(aip arg0, aip arg1)
method_11418(class_1071 arg0, class_1071 arg1)
hasRecipe(ItemStack bottle, ItemStack ingredient)
func_185208_a(ItemStack arg0, ItemStack arg1)
hasConversions(ItemStack input, ItemStack reagent)
protected static boolean
b(aip arg0, aip arg1)
method_11424(class_1071 arg0, class_1071 arg1)
hasBottleRecipe(ItemStack bottle, ItemStack ingredient)
func_185206_b(ItemStack arg0, ItemStack arg1)
hasItemConversions(ItemStack input, ItemStack reagent)
protected static boolean
c(aip arg0, aip arg1)
method_11426(class_1071 arg0, class_1071 arg1)
hasPotionRecipe(ItemStack bottle, ItemStack ingredient)
func_185209_c(ItemStack arg0, ItemStack arg1)
hasTypeConversions(ItemStack input, ItemStack reagent)
public static ItemStack
d(aip arg0, aip arg1)
method_11427(class_1071 arg0, class_1071 arg1)
applyIngredient(ItemStack ingredient, ItemStack bottle)
func_185212_d(ItemStack arg0, ItemStack arg1)
doReaction(ItemStack reagent, ItemStack potionIn)
public static void
a()
method_11416()
init()
func_185207_a()
init()
private static void
a(ajd arg0, ain arg1, ajd arg2)
method_11419(class_1080 arg0, class_1069 arg1, class_1080 arg2)
registerBottleRecipe(PotionItem bottle, Item ingredient, PotionItem result)
func_193355_a(ItemPotion arg0, Item arg1, ItemPotion arg2)
addContainerRecipe(ItemPotion arg0, Item arg1, ItemPotion arg2)
private static void
a(ajd arg0)
method_14241(class_1080 arg0)
registerBottleItem(PotionItem bottle)
func_193354_a(ItemPotion arg0)
addContainer(ItemPotion arg0)
private static void
a(akg arg0, ain arg1, akg arg2)
method_14242(class_2695 arg0, class_1069 arg1, class_2695 arg2)
registerPotionRecipe(Potion bottle, Item ingredient, Potion result)
func_193357_a(PotionType arg0, Item arg1, PotionType arg2)
addMix(PotionType arg0, Item arg1, PotionType arg2)
private static void
a(akg arg0, akq arg1, akg arg2)
method_14243(class_2695 arg0, class_3193 arg1, class_2695 arg2)
registerPotionRecipe(Potion bottle, Ingredient ingredient, Potion result)
func_193356_a(PotionType arg0, Ingredient arg1, PotionType arg2)
addMix(PotionType arg0, Ingredient arg1, PotionType arg2)