net.minecraft.potion

public class BrewingRecipes

afo
net.minecraft.class_1105
net.minecraft.potion.BrewingRecipes
net.minecraft.potion.PotionHelper

Field summary

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

Method summary

Modifier and TypeMethod
public static boolean
a(adz arg0)
method_11417(class_1071 arg0)
isIngredient(ItemStack item)
isReagent(ItemStack stack)
protected static boolean
b(adz arg0)
method_11423(class_1071 arg0)
isBottleIngredient(ItemStack item)
isItemConversionReagent(ItemStack stack)
protected static boolean
c(adz arg0)
method_11425(class_1071 arg0)
isPotionIngredient(ItemStack item)
isTypeConversionReagent(ItemStack stack)
public static boolean
a(adz arg0, adz arg1)
method_11418(class_1071 arg0, class_1071 arg1)
hasRecipe(ItemStack bottle, ItemStack ingredient)
hasConversions(ItemStack input, ItemStack reagent)
protected static boolean
b(adz arg0, adz arg1)
method_11424(class_1071 arg0, class_1071 arg1)
hasBottleRecipe(ItemStack bottle, ItemStack ingredient)
hasItemConversions(ItemStack arg0, ItemStack arg1)
protected static boolean
c(adz arg0, adz arg1)
method_11426(class_1071 arg0, class_1071 arg1)
hasPotionRecipe(ItemStack bottle, ItemStack ingredient)
hasTypeConversions(ItemStack arg0, ItemStack arg1)
public static ItemStack
d(adz arg0, adz arg1)
method_11427(class_1071 arg0, class_1071 arg1)
applyIngredient(ItemStack ingredient, ItemStack bottle)
doReaction(ItemStack reagent, ItemStack potionIn)
public static void
a()
method_11416()
init()
init()
private static void
a(aem arg0, afo$a arg1, aem arg2)
method_11419(class_1080 arg0, class_1105$class_2696 arg1, class_1080 arg2)
registerBottleRecipe(PotionItem bottle, BrewingRecipes$Ingredient ingredient, PotionItem result)
registerPotionItemConversion(ItemPotion arg0, PotionHelper$ItemPredicateInstance arg1, ItemPotion arg2)
private static void
a(afo$a arg0)
method_11421(class_1105$class_2696 arg0)
registerBottleItem(BrewingRecipes$Ingredient bottle)
registerPotionItem(PotionHelper$ItemPredicateInstance arg0)
private static void
a(afn arg0, com.google.common.base.Predicate<adz> arg1, afn arg2)
method_11420(class_2695 arg0, com.google.common.base.Predicate<class_1071> arg1, class_2695 arg2)
registerPotionRecipe(Potion bottle, com.google.common.base.Predicate<ItemStack> ingredient, Potion result)
registerPotionTypeConversion(PotionType input, com.google.common.base.Predicate<ItemStack> reagentPredicate, PotionType output)