Interface InventoryTransactionResult.Poll
- All Superinterfaces:
- InventoryTransactionResult
- Enclosing interface:
- InventoryTransactionResult
The InventoryTransactionResult for a single 
Inventory.poll() operation.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.item.inventory.transaction.InventoryTransactionResultInventoryTransactionResult.Builder, InventoryTransactionResult.Poll, InventoryTransactionResult.Type
- 
Method SummaryModifier and TypeMethodDescriptionReturns the item polled by the operationMethods inherited from interface org.spongepowered.api.item.inventory.transaction.InventoryTransactionResultand, polledItems, rejectedItems, revert, revertOnFailure, slotTransactions, type
- 
Method Details- 
polledItemItemStackSnapshot polledItem()Returns the item polled by the operation- Returns:
- the item polled by the operation
 
 
-