Uses of Interface
org.bukkit.inventory.ItemCraftResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ItemCraftResult in org.bukkit
Modifier and TypeMethodDescriptionstatic ItemCraftResult
Bukkit.craftItemResult
(ItemStack[] craftingMatrix, World world) Get the crafted item using the list ofItemStack
provided.static ItemCraftResult
Bukkit.craftItemResult
(ItemStack[] craftingMatrix, World world, Player player) Get the crafted item using the list ofItemStack
provided.Server.craftItemResult
(ItemStack[] craftingMatrix, World world) Get the crafted item using the list ofItemStack
provided.Server.craftItemResult
(ItemStack[] craftingMatrix, World world, Player player) Get the crafted item using the list ofItemStack
provided.