|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicItem | |
|---|---|
| jurpe.characters | |
| jurpe.containers | |
| jurpe.dungeon.rpgmap | |
| jurpe.items | |
| jurpe.system | |
| jurpe.system.commands | |
| Uses of BasicItem in jurpe.characters |
|---|
| Methods in jurpe.characters with parameters of type BasicItem | |
|---|---|
int |
PCharacter.getCustomizedCost(BasicItem item)
When character IS BUYING an item, he will be asked for this cost because of his Merchant skill |
int |
PCharacter.getCustomizedPrice(BasicItem item)
When character IS SELLING an item, he will be offered this price because of his Merchant skill |
| Uses of BasicItem in jurpe.containers |
|---|
| Methods in jurpe.containers that return types with arguments of type BasicItem | |
|---|---|
java.util.AbstractList<BasicItem> |
Inventory.getInventoryItems()
Get ArrayList containing BasicItem available to character |
java.util.AbstractList<BasicItem> |
MasterShop.getItems()
Get list of items (BasicItems) in this shop. |
java.util.AbstractList<BasicItem> |
MasterShop.getItems(int n)
Get a list of the first n items (BasicItems) in this shop. |
| Methods in jurpe.containers with parameters of type BasicItem | |
|---|---|
void |
Inventory.addBasicItem(BasicItem x)
Add BasicItem x to current Inventory |
void |
MasterShop.addNewItem(BasicItem sh)
Add Shield object to Shop collection |
void |
Inventory.removeBasicItem(BasicItem x)
Remove BasicItem x from Inventory |
void |
Inventory.sellBasicItem(BasicItem x,
int price)
Remove BasicItem x from Inventory |
| Uses of BasicItem in jurpe.dungeon.rpgmap |
|---|
| Methods in jurpe.dungeon.rpgmap that return BasicItem | |
|---|---|
BasicItem |
DungeonItem.item()
Basic Item type |
| Constructors in jurpe.dungeon.rpgmap with parameters of type BasicItem | |
|---|---|
DungeonItem(BasicItem item,
PlaceHolder holder)
A dungeon item is the composition of a Basic Item with its representation on a RpgMap, which is the PlaceHolder |
|
| Uses of BasicItem in jurpe.items |
|---|
| Subclasses of BasicItem in jurpe.items | |
|---|---|
class |
Armor
Armor Type. |
class |
Item
Item Type Class. |
class |
MoneyBag
MoneyBag is the representation of an item containing money. |
class |
Shield
Shield Type. |
class |
Weapon
Weapon Type Class. |
| Uses of BasicItem in jurpe.system |
|---|
| Methods in jurpe.system that return BasicItem | |
|---|---|
BasicItem |
CoreCommands.generateItem(ItemValueType ivt)
Generate a random item |
| Uses of BasicItem in jurpe.system.commands |
|---|
| Methods in jurpe.system.commands that return BasicItem | |
|---|---|
static BasicItem |
CreationCommands.generateItem(ItemValueType value,
RandomNames names)
Creates a random generated item (money or other items). |
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||