接口 Recipe
- 所有已知子接口:
ComplexRecipe
- 所有已知实现类:
BlastingRecipe,CampfireRecipe,CookingRecipe,CraftingRecipe,FurnaceRecipe,MerchantRecipe,ShapedRecipe,ShapelessRecipe,SmithingRecipe,SmithingTransformRecipe,SmithingTrimRecipe,SmokingRecipe,StonecuttingRecipe,TransmuteRecipe
public interface Recipe
代表某种类型的制作配方.
原文: Represents some type of crafting recipe.
原文: Represents some type of crafting recipe.
-
方法概要
-
方法详细资料
-
getResult
得到这个配方的结果.原文: Get the result of this recipe.
- 返回:
ItemStack
-