Package alexiil.mc.lib.attributes.item
Class ItemInvUtil.MultiMoveResult
java.lang.Object
alexiil.mc.lib.attributes.item.ItemInvUtil.MultiMoveResult
- Enclosing class:
- ItemInvUtil
A pair of ints, representing both the total number of stacks and the total number of items moved by
 
ItemInvUtil.moveMultiple(ItemExtractable, ItemInsertable, ItemFilter, int, int).- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
stacksMovedpublic final int stacksMoved
- 
itemsMovedpublic final int itemsMoved
 
- 
- 
Constructor Details- 
MultiMoveResultpublic MultiMoveResult(int stacksMoved, int itemsMoved)
 
- 
- 
Method Details- 
didMoveAnypublic boolean didMoveAny()- Returns:
- True if itemsMovedis greater than 0.
 
 
-