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 SummaryModifier 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- 
getResultThe resultingItemStackthat was crafted.- Returns:
- ItemStackthat was crafted.
 
- 
getResultingMatrixGets the resulting matrix from the crafting operation.- Returns:
- resulting matrix
 
- 
getOverflowItemsGets the overflowed items for items that don't fit back into the crafting matrix.- Returns:
- overflow items
 
 
-