net.minecraft.server.v1_14_R1

public class PotionBrewer

bdu
net.minecraft.class_1845
net.minecraft.recipe.BrewingRecipeRegistry
net.minecraft.potion.PotionBrewing
net.minecraft.server.v1_14_R1.PotionBrewer

Field summary

Modifier and TypeField
private static final List<PotionBrewer$PredicatedCombination<PotionRegistry>>
a
field_8956
POTION_RECIPES
field_185213_a
private static final List<PotionBrewer$PredicatedCombination<Item>>
b
field_8959
ITEM_RECIPES
field_185214_b
private static final List<RecipeItemStack>
c
field_8957
POTION_TYPES
field_185215_c
private static final Predicate<ItemStack>
d
field_8958
POTION_TYPE_PREDICATE
field_185216_d

Method summary

Modifier and TypeMethod
public static boolean
a(bce arg0)
method_8077(class_1799 arg0)
isValidIngredient(ItemStack arg0)
func_185205_a(ItemStack arg0)
protected static boolean
b(bce arg0)
method_8079(class_1799 arg0)
isItemRecipeIngredient(ItemStack arg0)
func_185203_b(ItemStack arg0)
protected static boolean
c(bce arg0)
method_8069(class_1799 arg0)
isPotionRecipeIngredient(ItemStack arg0)
func_185211_c(ItemStack arg0)
public static boolean
a(bdt arg0)
method_20361(class_1842 arg0)
isBrewable(Potion arg0)
func_222124_a(Potion arg0)
public static boolean
a(bce arg0, bce arg1)
method_8072(class_1799 arg0, class_1799 arg1)
hasRecipe(ItemStack arg0, ItemStack arg1)
func_185208_a(ItemStack arg0, ItemStack arg1)
protected static boolean
b(bce arg0, bce arg1)
method_8070(class_1799 arg0, class_1799 arg1)
hasItemRecipe(ItemStack arg0, ItemStack arg1)
func_185206_b(ItemStack arg0, ItemStack arg1)
protected static boolean
c(bce arg0, bce arg1)
method_8075(class_1799 arg0, class_1799 arg1)
hasPotionRecipe(ItemStack arg0, ItemStack arg1)
func_185209_c(ItemStack arg0, ItemStack arg1)
public static ItemStack
d(bce arg0, bce arg1)
method_8078(class_1799 arg0, class_1799 arg1)
craft(ItemStack arg0, ItemStack arg1)
func_185212_d(ItemStack arg0, ItemStack arg1)
public static void
a()
method_8076()
registerDefaults()
func_185207_a()
private static void
a(bbz arg0, bbz arg1, bbz arg2)
method_8071(class_1792 arg0, class_1792 arg1, class_1792 arg2)
registerItemRecipe(Item arg0, Item arg1, Item arg2)
func_196207_a(Item arg0, Item arg1, Item arg2)
private static void
a(bbz arg0)
method_8080(class_1792 arg0)
registerPotionType(Item arg0)
func_196208_a(Item arg0)
private static void
a(bdt arg0, bbz arg1, bdt arg2)
method_8074(class_1842 arg0, class_1792 arg1, class_1842 arg2)
registerPotionRecipe(Potion arg0, Item arg1, Potion arg2)
func_193357_a(Potion arg0, Item arg1, Potion arg2)