|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Inventory | |
|---|---|
| org.starhope.appius.game.inventory | |
| org.starhope.appius.game.npc | |
| org.starhope.appius.user | |
| Uses of Inventory in org.starhope.appius.game.inventory |
|---|
| Fields in org.starhope.appius.game.inventory declared as Inventory | |
|---|---|
private Inventory |
ItemManager.inv
WRITEME: Document this brpocock@star-hope.org |
| Methods in org.starhope.appius.game.inventory that return Inventory | |
|---|---|
Inventory |
ItemManager.getInventory()
|
Inventory |
InventorySQLLoader.loadRecord(int userID)
Load a player's inventory from the database in an awkward (but functional) manner. |
| Methods in org.starhope.appius.game.inventory that return types with arguments of type Inventory | |
|---|---|
SimpleDataRecordSet<InventoryItem,Inventory> |
InventorySQLLoader.loadRecord(String identifier)
|
| Methods in org.starhope.appius.game.inventory with parameters of type Inventory | |
|---|---|
static ItemManager |
ItemManager.get(AvatarClass avatarClass,
Inventory inventory)
WRITEME: Document this method brpocock@star-hope.org |
| Method parameters in org.starhope.appius.game.inventory with type arguments of type Inventory | |
|---|---|
void |
InventorySQLLoader.changed(SimpleDataRecordSet<InventoryItem,Inventory> changedRecord)
|
void |
InventorySQLLoader.refresh(SimpleDataRecordSet<InventoryItem,Inventory> record)
|
void |
InventorySQLLoader.removeRecord(SimpleDataRecordSet<InventoryItem,Inventory> record)
|
void |
InventorySQLLoader.saveRecord(SimpleDataRecordSet<InventoryItem,Inventory> record)
|
| Constructors in org.starhope.appius.game.inventory with parameters of type Inventory | |
|---|---|
ItemManager(AvatarClass avatarClass,
Inventory inventory)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Constructor parameters in org.starhope.appius.game.inventory with type arguments of type Inventory | |
|---|---|
Inventory(RecordLoader<SimpleDataRecordSet<InventoryItem,Inventory>> loader)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Uses of Inventory in org.starhope.appius.game.npc |
|---|
| Methods in org.starhope.appius.game.npc that return Inventory | |
|---|---|
Inventory |
Ejecta.getInventory()
|
| Uses of Inventory in org.starhope.appius.user |
|---|
| Fields in org.starhope.appius.user declared as Inventory | |
|---|---|
private Inventory |
UserRecord.inv
The user's inventory. |
| Methods in org.starhope.appius.user that return Inventory | |
|---|---|
Inventory |
UserRecord.getInv()
|
Inventory |
User.getInventory()
|
Inventory |
AbstractUser.getInventory()
WRITEME: document this method (brpocock@star-hope.org, Feb 19, 2010) |
Inventory |
GeneralUser.getInventory()
|
| Methods in org.starhope.appius.user with parameters of type Inventory | |
|---|---|
ItemManager |
AvatarClass.getItemManager(Inventory inventory)
WRITEME: Document this method brpocock@star-hope.org |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||