Uses of Class
jurpe.system.generation.RandomNames

Packages that use RandomNames
jurpe.containers   
jurpe.items   
jurpe.system.commands   
 

Uses of RandomNames in jurpe.containers
 

Methods in jurpe.containers with parameters of type RandomNames
 void MasterShop.addRandomItems(RandomNames names, ItemValueType ivt, int number)
          Add some random items to the ones available
 

Uses of RandomNames in jurpe.items
 

Methods in jurpe.items with parameters of type RandomNames
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 RandomNames in jurpe.system.commands
 

Methods in jurpe.system.commands with parameters of type RandomNames
static BasicItem CreationCommands.generateItem(ItemValueType value, RandomNames names)
          Creates a random generated item (money or other items).
static Monster CreationCommands.generateMonster(int value, RandomNames names)
          Creates a random monster, with a random name.
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net