net.minecraft.potion

public class BrewingRecipes

agy
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<BrewingRecipes$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(afi arg0)
m_44490325(C_88708284 arg0)
isIngredient(ItemStack item)
protected static boolean
b(afi arg0)
m_27698197(C_88708284 arg0)
isBottleIngredient(ItemStack item)
protected static boolean
c(afi arg0)
m_98778485(C_88708284 arg0)
isPotionIngredient(ItemStack item)
public static boolean
a(afi arg0, afi arg1)
m_23208990(C_88708284 arg0, C_88708284 arg1)
hasRecipe(ItemStack bottle, ItemStack ingredient)
protected static boolean
b(afi arg0, afi arg1)
m_22574490(C_88708284 arg0, C_88708284 arg1)
hasBottleRecipe(ItemStack bottle, ItemStack ingredient)
protected static boolean
c(afi arg0, afi arg1)
m_83752611(C_88708284 arg0, C_88708284 arg1)
hasPotionRecipe(ItemStack bottle, ItemStack ingredient)
public static ItemStack
d(afi arg0, afi 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(afv arg0, agy$a arg1, afv arg2)
m_10569388(C_92086655 arg0, C_94543917$C_96192416 arg1, C_92086655 arg2)
registerBottleRecipe(PotionItem bottle, BrewingRecipes$Ingredient ingredient, PotionItem result)
private static void
a(agy$a arg0)
m_71298295(C_94543917$C_96192416 arg0)
registerBottleItem(BrewingRecipes$Ingredient bottle)
private static void
a(agx arg0, com.google.common.base.Predicate<afi> arg1, agx arg2)
m_03472859(C_98610669 arg0, com.google.common.base.Predicate<C_88708284> arg1, C_98610669 arg2)
registerPotionRecipe(Potion bottle, com.google.common.base.Predicate<ItemStack> ingredient, Potion result)