Package jadex.micro.gobble
Class Inventory
java.lang.Object
jadex.micro.gobble.Inventory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGhost
(int size) int
getContent
(int i) int
int
int
getMinGhostSize
(int start) int
getSize()
boolean
hasGhost
(int size) void
removeGhost
(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()
-