接口的使用
org.bukkit.inventory.ItemCraftResult
使用ItemCraftResult的程序包
-
org.bukkit中ItemCraftResult的使用
返回ItemCraftResult的org.bukkit中的方法修饰符和类型方法说明static @NotNull ItemCraftResultBukkit.craftItemResult(@NotNull ItemStack[] craftingMatrix, @NotNull World world) Get the crafted item using the list ofItemStackprovided.static @NotNull ItemCraftResultBukkit.craftItemResult(@NotNull ItemStack[] craftingMatrix, @NotNull World world, @NotNull Player player) Get the crafted item using the list ofItemStackprovided.Server.craftItemResult(@NotNull ItemStack[] craftingMatrix, @NotNull World world) Get the crafted item using the list ofItemStackprovided.Server.craftItemResult(@NotNull ItemStack[] craftingMatrix, @NotNull World world, @NotNull Player player) Get the crafted item using the list ofItemStackprovided.