类 BrewingRecipe
java.lang.Object
net.minecraftforge.common.brewing.BrewingRecipe
- 所有已实现的接口:
IBrewingRecipe
-
字段概要
字段修饰符和类型字段说明private final @NotNull Ingredient
private final @NotNull Ingredient
private final @NotNull ItemStack
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getInput()
Returns the output when the passed input is brewed with the passed ingredient.boolean
isIngredient
(ItemStack ingredient) Returns true if the passed ItemStack is an ingredient for this recipe.boolean
Returns true is the passed ItemStack is an input for this recipe.
-
字段详细资料
-
input
-
ingredient
-
output
-
-
构造器详细资料
-
BrewingRecipe
-
-
方法详细资料
-
isInput
从接口复制的说明:IBrewingRecipe
Returns true is the passed ItemStack is an input for this recipe. "Input" being the item that goes in one of the three bottom slots of the brewing stand (e.g: water bottle)- 指定者:
isInput
在接口中IBrewingRecipe
-
getOutput
从接口复制的说明:IBrewingRecipe
Returns the output when the passed input is brewed with the passed ingredient. Empty if invalid input or ingredient.- 指定者:
getOutput
在接口中IBrewingRecipe
-
getInput
-
getIngredient
-
getOutput
-
isIngredient
从接口复制的说明:IBrewingRecipe
Returns true if the passed ItemStack is an ingredient for this recipe. "Ingredient" being the item that goes in the top slot of the brewing stand (e.g: nether wart)- 指定者:
isIngredient
在接口中IBrewingRecipe
-