Package org.bukkit.inventory
Interface ItemCraftResult
public interface ItemCraftResult
Container class containing the results of a Crafting event.
 
This class makes no guarantees about the nature or mutability of the returned values.
This class makes no guarantees about the nature or mutability of the returned values.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the overflowed items for items that don't fit back into the crafting matrix.The resultingItemStackthat was crafted.Gets the resulting matrix from the crafting operation. 
- 
Method Details
- 
getResult
The resultingItemStackthat was crafted.- Returns:
 ItemStackthat was crafted.
 - 
getResultingMatrix
Gets the resulting matrix from the crafting operation.- Returns:
 - resulting matrix
 
 - 
getOverflowItems
Gets the overflowed items for items that don't fit back into the crafting matrix.- Returns:
 - overflow items
 
 
 -