Class ItemInvUtil.MultiMoveResult

java.lang.Object
alexiil.mc.lib.attributes.item.ItemInvUtil.MultiMoveResult
Enclosing class:
ItemInvUtil

public static final class ItemInvUtil.MultiMoveResult
extends java.lang.Object
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 Summary

    Fields 
    Modifier and Type Field Description
    int itemsMoved  
    int stacksMoved  
  • Constructor Summary

    Constructors 
    Constructor Description
    MultiMoveResult​(int stacksMoved, int itemsMoved)  
  • Method Summary

    Modifier and Type Method Description
    boolean didMoveAny()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MultiMoveResult

      public MultiMoveResult​(int stacksMoved, int itemsMoved)
  • Method Details