public class Inventory
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
void
int
void
boolean
void
void
void
-
Constructor Details
-
Inventory
public Inventory()
-
Method Details
-
has
public boolean has(Object thing)
-
forget
public void forget(Object thing)
-
clear
public void clear(Object thing)
-
remove
public void remove(Object thing)
-
-
take
public void take(Object thing)
-
place
public void place(Object thing)
-
count
public int count(Object thing)