接口 Recipe

所有已知实现类:
FurnaceRecipe, MerchantRecipe, ShapedRecipe, ShapelessRecipe

public interface Recipe
代表某种类型的制作配方.
原文: Represents some type of crafting recipe.
  • 方法概要

    修饰符和类型
    方法
    说明
    得到这个配方的结果.
  • 方法详细资料

    • getResult

      ItemStack getResult()
      得到这个配方的结果.

      原文: Get the result of this recipe.

      返回:
      ItemStack