|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjurpe.containers.XMLCollection
jurpe.containers.Skills
public class Skills
Skills available to this game, read from abilita.xml. Is a XMLCollection. Divides between mental and physical skills.
Constructor Summary | |
---|---|
Skills()
Constructor |
Method Summary | |
---|---|
Skill |
forName(java.lang.String name)
Get an Skill (skill) object searching for its name. |
java.lang.Object[] |
getMental()
Get Mental Skills available. |
java.lang.Object[] |
getPhysical()
Get Physical Skills available |
java.util.AbstractList<Skill> |
getWeapon()
Get Weapon Physical Skills |
Methods inherited from class jurpe.containers.XMLCollection |
---|
size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Skills()
Method Detail |
---|
public Skill forName(java.lang.String name)
name
- Skill name to get
Skill
public java.lang.Object[] getMental()
public java.lang.Object[] getPhysical()
public java.util.AbstractList<Skill> getWeapon()
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |