@ManagedObject @Description(value="A store of items") public static class ProfileMain.Store extends java.lang.Object
| Constructor and Description |
|---|
ProfileMain.Store(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(ProfileMain.Item item,
int count) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public void addItem(ProfileMain.Item item, int count)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object