类 SLPPotionRecipeRegistry.ProperBrewingRecipe

java.lang.Object
net.minecraftforge.common.brewing.BrewingRecipe
top.r3944realms.superleadrope.core.register.SLPPotionRecipeRegistry.ProperBrewingRecipe
所有已实现的接口:
net.minecraftforge.common.brewing.IBrewingRecipe
封闭类:
SLPPotionRecipeRegistry

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.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    isInput(@NotNull net.minecraft.world.item.ItemStack stack)
     

    从类继承的方法 net.minecraftforge.common.brewing.BrewingRecipe

    getIngredient, getInput, getOutput, getOutput, isIngredient

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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 input
      ingredient - the ingredient
      output - 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