Package jadex.micro.gobble
Class Inventory
java.lang.Object
jadex.micro.gobble.Inventory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGhost(int size) intgetContent(int i) intintintgetMinGhostSize(int start) intgetSize()booleanhasGhost(int size) voidremoveGhost(int size)
-
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()
-