|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.skills.Zoology
Implements the Zoology skill, where you can get information about a monster depending on your level in the skill.
Constructor Summary | |
Zoology()
|
Method Summary | |
static java.lang.String |
appraiseMonster(Monster mon,
Commandable agent)
Appraises a monster. |
static java.lang.String |
appraiseMonster(Monster mon,
int skill)
Does the actual appraisal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Zoology()
Method Detail |
public static java.lang.String appraiseMonster(Monster mon, Commandable agent)
mon
- the monster to be appraisedagent
- the appraiser
public static java.lang.String appraiseMonster(Monster mon, int skill)
mon
- the monster to appraiseskill
- the skill-level of the appraisal (must be >0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |