Uses of Class
jurpe.containers.Skills

Packages that use Skills
jurpe.characters   
jurpe.containers   
jurpe.items   
jurpe.system   
jurpe.system.commands   
 

Uses of Skills in jurpe.characters
 

Methods in jurpe.characters that return Skills
 Skills PCharacter.getSkillLevels()
          Get player's skills
 

Methods in jurpe.characters with parameters of type Skills
 void PCharacter.setSkillLevels(Skills skills)
          Set player skill levels
 void PCharacter.setSkills(Skills livelli)
          Set available skills for this game.
 

Constructors in jurpe.characters with parameters of type Skills
PCharacter(CharacterAttributes ca, int points, Skills lvl)
          Constructor.
 

Uses of Skills in jurpe.containers
 

Constructors in jurpe.containers with parameters of type Skills
MasterShop(Skills skills)
          Constructor
 

Uses of Skills in jurpe.items
 

Methods in jurpe.items with parameters of type Skills
static Weapon Weapon.createRandom(ItemValueType value, RandomNames rn, MasterShop ms, Skills sk)
          Creates a random generated Weapon
 

Uses of Skills in jurpe.system
 

Methods in jurpe.system that return Skills
 Skills CoreHandles.getSkills()
          Handle to available Skills for this game
 

Methods in jurpe.system with parameters of type Skills
static PCharacter JurpeUtils.generatePC(CharacterAttributes ca, Skills abilitaDisponibili)
          Creates a Playing Character, with default maximum points.
static PCharacter JurpeUtils.generatePC(CharacterAttributes ca, Skills abilitaDisponibili, int maximumCharacterPoints)
          Creates a Playing Character
 

Uses of Skills in jurpe.system.commands
 

Methods in jurpe.system.commands with parameters of type Skills
static PCharacter CreationCommands.generatePC(CharacterAttributes ca, Skills availableSkills)
          Creation of a new Playing Character
 


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