Class PlayerInventoryIterator
java.lang.Object
org.cyclops.cyclopscore.inventory.InventoryIterator
org.cyclops.cyclopscore.inventory.PlayerInventoryIterator
- All Implemented Interfaces:
Iterator<net.minecraft.world.item.ItemStack>
Iterate over a player's inventory.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cyclops.cyclopscore.inventory.InventoryIterator
hasNext, next, nextIndexed, remove, replace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
PlayerInventoryIterator
public PlayerInventoryIterator(net.minecraft.world.entity.player.Player player)
-