Package com.loohp.limbo.inventory
Class InventoryIterator
java.lang.Object
com.loohp.limbo.inventory.InventoryIterator
- All Implemented Interfaces:
Iterator<ItemStack>
,ListIterator<ItemStack>
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<ItemStack>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<ItemStack>
-
previous
- Specified by:
previous
in interfaceListIterator<ItemStack>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<ItemStack>
-
set
- Specified by:
set
in interfaceListIterator<ItemStack>
-
add
- Specified by:
add
in interfaceListIterator<ItemStack>
-
remove
public void remove()
-