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
-
getResultingMatrix
Gets the resulting matrix from the crafting operation.- Returns:
- resulting matrix
-
getOverflowItems
-