net.minecraft.potion

public class BrewingRecipes

akf
net.minecraft.unmapped.C_94543917
net.minecraft.potion.BrewingRecipes

Field summary

Modifier and TypeField
private static final List<BrewingRecipes$Recipe<Potion>>
a
f_14696775
POTION_RECIPES
private static final List<BrewingRecipes$Recipe<Item>>
b
f_02693232
BOTTLE_RECIPES
private static final List<Ingredient>
c
f_12815810
BOTTLE_ITEMS
private static final com.google.common.base.Predicate<ItemStack>
d
f_01298984
BOTTLE_ITEM_PREDICATE

Method summary

Modifier and TypeMethod
public static boolean
a(ain arg0)
m_44490325(C_88708284 arg0)
isIngredient(ItemStack item)
protected static boolean
b(ain arg0)
m_27698197(C_88708284 arg0)
isBottleIngredient(ItemStack item)
protected static boolean
c(ain arg0)
m_98778485(C_88708284 arg0)
isPotionIngredient(ItemStack item)
public static boolean
a(ain arg0, ain arg1)
m_23208990(C_88708284 arg0, C_88708284 arg1)
hasRecipe(ItemStack bottle, ItemStack ingredient)
protected static boolean
b(ain arg0, ain arg1)
m_22574490(C_88708284 arg0, C_88708284 arg1)
hasBottleRecipe(ItemStack bottle, ItemStack ingredient)
protected static boolean
c(ain arg0, ain arg1)
m_83752611(C_88708284 arg0, C_88708284 arg1)
hasPotionRecipe(ItemStack bottle, ItemStack ingredient)
public static ItemStack
d(ain arg0, ain arg1)
m_59730511(C_88708284 arg0, C_88708284 arg1)
applyIngredient(ItemStack ingredient, ItemStack bottle)
public static void
a()
m_22212448()
init()
private static void
a(ajb arg0, ail arg1, ajb arg2)
m_10569388(C_92086655 arg0, C_98888256 arg1, C_92086655 arg2)
registerBottleRecipe(PotionItem bottle, Item ingredient, PotionItem result)
private static void
a(ajb arg0)
m_71298295(C_92086655 arg0)
registerBottleItem(PotionItem bottle)
private static void
a(ake arg0, ail arg1, ake arg2)
m_55267144(C_98610669 arg0, C_98888256 arg1, C_98610669 arg2)
registerPotionRecipe(Potion bottle, Item ingredient, Potion result)
private static void
a(ake arg0, ako arg1, ake arg2)
m_03472859(C_98610669 arg0, C_54623453 arg1, C_98610669 arg2)
registerPotionRecipe(Potion bottle, Ingredient ingredient, Potion result)