Uses of Class
alexiil.mc.lib.attributes.item.ItemInvUtil.MultiMoveResult
-
Uses of ItemInvUtil.MultiMoveResult in alexiil.mc.lib.attributes.item
Modifier and TypeMethodDescriptionstatic ItemInvUtil.MultiMoveResult
ItemInvUtil.moveMultiple
(ItemExtractable from, ItemInsertable to) Attempts to move as much as possible from theItemExtractable
to theItemInsertable
.static ItemInvUtil.MultiMoveResult
ItemInvUtil.moveMultiple
(ItemExtractable from, ItemInsertable to, int maxStacks, int maxTotal) Attempts to move a given number of stacks from theItemExtractable
to theItemInsertable
.static ItemInvUtil.MultiMoveResult
ItemInvUtil.moveMultiple
(ItemExtractable from, ItemInsertable to, ItemFilter filter, int maxStacks, int maxTotal) Attempts to move a given number of stacks from theItemExtractable
to theItemInsertable
.