Java net.minecraftforge.common.brewing BrewingRecipeRegistry fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.common.brewing BrewingRecipeRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.common.brewing BrewingRecipeRegistry.

The text is from its open source code.

Method

booleanaddRecipe(IBrewingRecipe recipe)
Adds a recipe to the registry.
booleanaddRecipe(Ingredient input, Ingredient ingredient, ItemStack output)
Adds a recipe to the registry.
voidbrewPotions(NonNullList inputs, ItemStack ingredient, int[] inputIndexes)
Used by the brewing stand to brew its inventory Extra parameters exist to allow modders to create bigger brewing stands without much hassle
ItemStackgetOutput(ItemStack input, ItemStack ingredient)
Returns the output ItemStack obtained by brewing the passed input and ingredient.
ListgetRecipes()
Returns an unmodifiable list containing all the recipes in the registry
booleanhasOutput(ItemStack input, ItemStack ingredient)
Returns true if the passed input and ingredient have an output