net.minecraft.potion

public class BrewingRecipes

aut
net.minecraft.unmapped.C_94543917
net.minecraft.potion.BrewingRecipes
net.minecraft.potion.PotionBrewing

Field summary

Modifier and TypeField
private static final List<BrewingRecipes$Recipe<Potion>>
a
f_14696775
POTION_RECIPES
field_185213_a
private static final List<BrewingRecipes$Recipe<Item>>
b
f_02693232
BOTTLE_RECIPES
field_185214_b
private static final List<Ingredient>
c
f_12815810
BOTTLE_ITEMS
field_185215_c
private static final Predicate<ItemStack>
d
f_01298984
BOTTLE_ITEM_PREDICATE
field_185216_d

Method summary

Modifier and TypeMethod
public static boolean
a(atd arg0)
m_44490325(C_88708284 arg0)
isIngredient(ItemStack item)
func_185205_a(ItemStack arg0)
protected static boolean
b(atd arg0)
m_27698197(C_88708284 arg0)
isBottleIngredient(ItemStack item)
func_185203_b(ItemStack arg0)
protected static boolean
c(atd arg0)
m_98778485(C_88708284 arg0)
isPotionIngredient(ItemStack item)
func_185211_c(ItemStack arg0)
public static boolean
a(atd arg0, atd arg1)
m_23208990(C_88708284 arg0, C_88708284 arg1)
hasRecipe(ItemStack bottle, ItemStack ingredient)
func_185208_a(ItemStack arg0, ItemStack arg1)
protected static boolean
b(atd arg0, atd arg1)
m_22574490(C_88708284 arg0, C_88708284 arg1)
hasBottleRecipe(ItemStack bottle, ItemStack ingredient)
func_185206_b(ItemStack arg0, ItemStack arg1)
protected static boolean
c(atd arg0, atd arg1)
m_83752611(C_88708284 arg0, C_88708284 arg1)
hasPotionRecipe(ItemStack bottle, ItemStack ingredient)
func_185209_c(ItemStack arg0, ItemStack arg1)
public static ItemStack
d(atd arg0, atd arg1)
m_59730511(C_88708284 arg0, C_88708284 arg1)
applyIngredient(ItemStack ingredient, ItemStack bottle)
func_185212_d(ItemStack arg0, ItemStack arg1)
public static void
a()
m_22212448()
init()
func_185207_a()
private static void
a(asz arg0, asz arg1, asz arg2)
m_10569388(C_98888256 arg0, C_98888256 arg1, C_98888256 arg2)
registerBottleRecipe(Item bottle, Item ingredient, Item result)
func_196207_a(Item arg0, Item arg1, Item arg2)
private static void
a(asz arg0)
m_71298295(C_98888256 arg0)
registerBottleItem(Item bottle)
func_196208_a(Item arg0)
private static void
a(aus arg0, asz arg1, aus arg2)
m_03472859(C_98610669 arg0, C_98888256 arg1, C_98610669 arg2)
registerPotionRecipe(Potion bottle, Item ingredient, Potion result)
func_193357_a(PotionType arg0, Item arg1, PotionType arg2)