History - net.minecraft.potion.BrewingRecipes
1.12.2
Names
akh
net.minecraft.class_1105
net.minecraft.potion.BrewingRecipes
net.minecraft.potion.PotionHelper
net.minecraft.potion.PotionHelper
Fields
List<BrewingRecipes$Recipe<Potion>>: a, field_12339, POTION_RECIPES, field_185213_a, POTION_TYPE_CONVERSIONS
List<BrewingRecipes$Recipe<Item>>: b, field_12340, BOTTLE_RECIPES, field_185214_b, POTION_ITEM_CONVERSIONS
List<Ingredient>: c, field_12341, BOTTLE_ITEMS, field_185215_c, POTION_ITEMS
com.google.common.base.Predicate<ItemStack>: d, field_12342, BOTTLE_ITEM_PREDICATE, field_185216_d, IS_POTION_ITEM
Constructors
Methods
boolean (ItemStack): a, method_11417, isIngredient, func_185205_a, isReagent
boolean (ItemStack): b, method_11423, isBottleIngredient, func_185203_b, isItemConversionReagent
boolean (ItemStack): c, method_11425, isPotionIngredient, func_185211_c, isTypeConversionReagent
boolean (ItemStack, ItemStack): a, method_11418, hasRecipe, func_185208_a, hasConversions
boolean (ItemStack, ItemStack): b, method_11424, hasBottleRecipe, func_185206_b, hasItemConversions
boolean (ItemStack, ItemStack): c, method_11426, hasPotionRecipe, func_185209_c, hasTypeConversions
ItemStack (ItemStack, ItemStack): d, method_11427, applyIngredient, func_185212_d, doReaction
void (): a, method_11416, init, func_185207_a, init
void (PotionItem, Item, PotionItem): a, method_11419, registerBottleRecipe, func_193355_a, addContainerRecipe
void (PotionItem): a, method_14241, registerBottleItem, func_193354_a, addContainer
void (Potion, Item, Potion): a, method_14242, registerPotionRecipe, func_193357_a, addMix
void (Potion, Ingredient, Potion): a, method_14243, registerPotionRecipe, func_193356_a, addMix