|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ExpertiseLibrary.SkillCost
Class for the cost of a skill, or similar things perhaps
Method Summary | |
---|---|
java.lang.String |
costType(MOB mob)
Returns a simple description of the Type of this cost. |
boolean |
doesMeetCostRequirements(MOB student)
Returns whether the given mob meets the given cost requirements. |
java.lang.String |
requirements(MOB mob)
|
void |
spendSkillCost(MOB student)
Expends the given cost upon the given student |
Method Detail |
---|
java.lang.String costType(MOB mob)
mob
- MOB, for GOLD type currency eval
java.lang.String requirements(MOB mob)
boolean doesMeetCostRequirements(MOB student)
student
- the student to check
void spendSkillCost(MOB student)
student
- the student to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |