|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemType | |
|---|---|
| jurpe.items | |
| Uses of ItemType in jurpe.items |
|---|
| Methods in jurpe.items that return ItemType | |
|---|---|
ItemType |
BasicItem.getType()
Returns type of item, such as: BasicItem.WEAPON, BasicItem.ARMOR, BasicItem.SHIELD, BasicItem.OTHER or BasicItem.ITEM. |
static ItemType |
ItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ItemType[] |
ItemType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in jurpe.items with parameters of type ItemType | |
|---|---|
BasicItem(ItemType itemType,
java.lang.String oNome,
int oCosto,
int oPeso)
Constructor for wearable/not usable objects |
|
BasicItem(ItemType itemType,
java.lang.String oNome,
int oCosto,
int oPeso,
boolean usable,
boolean wearable)
Generic Constructor |
|
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||