类的使用
org.bukkit.inventory.CraftingRecipe
使用CraftingRecipe的程序包
-
org.bukkit.event.block中CraftingRecipe的使用
参数类型为CraftingRecipe的org.bukkit.event.block中的构造器限定符构造器说明CrafterCraftEvent(@NotNull Block theBlock, @NotNull CraftingRecipe recipe, @NotNull ItemStack result) 已过时。CrafterCraftEvent(@NotNull Block theBlock, @NotNull CraftingRecipe recipe, @NotNull ItemStack result, @NotNull List<ItemStack> remainingItems) -
org.bukkit.inventory中CraftingRecipe的使用
修饰符和类型类说明classRepresents a shaped (ie normal) crafting recipe.classRepresents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.classRepresents a recipe which will change the type of the input material when combined with an additional material, but preserve all custom data.