Class Inventory

java.lang.Object
jadex.micro.gobble.Inventory

public class Inventory extends Object
  • Constructor Details

    • Inventory

      public Inventory(int size)
  • Method Details

    • getContent

      public int getContent(int i)
    • getSize

      public int getSize()
    • getInventoryCount

      public int getInventoryCount()
    • hasGhost

      public boolean hasGhost(int size)
    • removeGhost

      public void removeGhost(int size)
    • addGhost

      public void addGhost(int size)
    • getMinGhostSize

      public int getMinGhostSize(int start)
    • getMaxGhostSize

      public int getMaxGhostSize()