Class PlayerInventoryIterator

java.lang.Object
org.cyclops.cyclopscore.inventory.InventoryIterator
org.cyclops.cyclopscore.inventory.PlayerInventoryIterator
All Implemented Interfaces:
Iterator<net.minecraft.world.item.ItemStack>

public class PlayerInventoryIterator extends InventoryIterator
Iterate over a player's inventory.
  • Constructor Details

    • PlayerInventoryIterator

      public PlayerInventoryIterator(net.minecraft.world.entity.player.Player player)