|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemValueType | |
|---|---|
| jurpe.containers | |
| jurpe.items | |
| jurpe.system | |
| jurpe.system.commands | |
| jurpe.system.generation | |
| Uses of ItemValueType in jurpe.containers |
|---|
| Methods in jurpe.containers with parameters of type ItemValueType | |
|---|---|
void |
MasterShop.addRandomItems(RandomNames names,
ItemValueType ivt,
int number)
Add some random items to the ones available |
| Uses of ItemValueType in jurpe.items |
|---|
| Methods in jurpe.items with parameters of type ItemValueType | |
|---|---|
static MoneyBag |
MoneyBag.createRandom(ItemValueType ivt)
Create a new money bag |
static Shield |
Shield.createRandom(ItemValueType value,
RandomNames rn)
Creates a random generated Shield |
static Item |
Item.createRandom(ItemValueType value,
RandomNames rn)
Creates a new random item. |
static Armor |
Armor.createRandom(ItemValueType value,
RandomNames rn)
Creates a random generated Armor |
static Weapon |
Weapon.createRandom(ItemValueType value,
RandomNames rn,
MasterShop ms,
Skills sk)
Creates a random generated Weapon |
| Uses of ItemValueType in jurpe.system |
|---|
| Methods in jurpe.system with parameters of type ItemValueType | |
|---|---|
BasicItem |
CoreCommands.generateItem(ItemValueType ivt)
Generate a random item |
| Uses of ItemValueType in jurpe.system.commands |
|---|
| Methods in jurpe.system.commands with parameters of type ItemValueType | |
|---|---|
static BasicItem |
CreationCommands.generateItem(ItemValueType value,
RandomNames names)
Creates a random generated item (money or other items). |
| Uses of ItemValueType in jurpe.system.generation |
|---|
| Methods in jurpe.system.generation that return ItemValueType | |
|---|---|
static ItemValueType |
ItemValueType.fromValue(byte value)
Create a new ItemValueType of the give value |
static ItemValueType |
ItemValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ItemValueType[] |
ItemValueType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in jurpe.system.generation with parameters of type ItemValueType | |
|---|---|
java.lang.String |
RandomNames.getArmor(ItemValueType value)
Get random generated armor name. |
java.lang.String |
RandomNames.getAttribute(ItemValueType value)
Get random generated attribute (Red, Mysty, Hungry ...). |
java.lang.String |
RandomNames.getGeography(ItemValueType value)
Get random generated geography (of the Red Lands, of the Misty Mountains ...). |
java.lang.String |
RandomNames.getMonsterName(ItemValueType value)
Get random generated monster name (kavu, donkey, dragon ...). |
java.lang.String |
RandomNames.getShield(ItemValueType value)
Get random generated shield name. |
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||