类 SLPPotionRecipeRegistry.ProperBrewingRecipe
java.lang.Object
net.minecraftforge.common.brewing.BrewingRecipe
top.r3944realms.superleadrope.core.register.SLPPotionRecipeRegistry.ProperBrewingRecipe
- 所有已实现的接口:
net.minecraftforge.common.brewing.IBrewingRecipe
public static class SLPPotionRecipeRegistry.ProperBrewingRecipe
extends net.minecraftforge.common.brewing.BrewingRecipe
The type Proper brewing recipe.
-
构造器概要
构造器构造器说明ProperBrewingRecipe(net.minecraft.world.item.crafting.Ingredient input, net.minecraft.world.item.crafting.Ingredient ingredient, net.minecraft.world.item.ItemStack output) Instantiates a new Proper brewing recipe. -
方法概要
从类继承的方法 net.minecraftforge.common.brewing.BrewingRecipe
getIngredient, getInput, getOutput, getOutput, isIngredient
-
构造器详细资料
-
ProperBrewingRecipe
public ProperBrewingRecipe(net.minecraft.world.item.crafting.Ingredient input, net.minecraft.world.item.crafting.Ingredient ingredient, net.minecraft.world.item.ItemStack output) Instantiates a new Proper brewing recipe.- 参数:
input- the inputingredient- the ingredientoutput- the output
-
-
方法详细资料
-
isInput
public boolean isInput(@NotNull @NotNull net.minecraft.world.item.ItemStack stack) - 指定者:
isInput在接口中net.minecraftforge.common.brewing.IBrewingRecipe- 覆盖:
isInput在类中net.minecraftforge.common.brewing.BrewingRecipe
-