public class InvIterator extends java.lang.Object implements java.util.Iterator<IInvSlot>
InvIterator(net.minecraftforge.items.IItemHandler inv)
boolean
hasNext()
IInvSlot
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public InvIterator(net.minecraftforge.items.IItemHandler inv)
public boolean hasNext()
hasNext
java.util.Iterator<IInvSlot>
public IInvSlot next()
next