|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.CharClasses.StdCharClass
com.planet_ink.coffee_mud.CharClasses.Apprentice
public class Apprentice
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.planet_ink.coffee_mud.CharClasses.interfaces.CharClass |
|---|
CharClass.SubClassRule |
| Field Summary | |
|---|---|
protected java.util.Set<Tickable> |
currentApprentices
|
| Fields inherited from class com.planet_ink.coffee_mud.CharClasses.StdCharClass |
|---|
cachedRaceQualList, CODES, finalAllowedRaceSet, hitPointDescReplacePairs, hitPointsDesc, lastPropsCheckTime, manaDesc, manaDescReplacePairs, maxStatAdj, movementDesc, movementDescReplacePairs, names, outfitChoices, previousRaceListHash |
| Fields inherited from interface com.planet_ink.coffee_mud.CharClasses.interfaces.CharClass |
|---|
ARMOR_ANY, ARMOR_CLOTH, ARMOR_DESCS, ARMOR_LEATHER, ARMOR_LONGDESC, ARMOR_METALONLY, ARMOR_NONMETAL, ARMOR_OREONLY, ARMOR_VEGAN, ARMOR_WEARMASK, GENFLAG_DESCS, GENFLAG_NOEXP, GENFLAG_NOLEVELS, GENFLAG_NORACE, GENFLAG_THINQUALLIST, WEAPONS_ALLCLERIC, WEAPONS_ANY, WEAPONS_BURGLAR, WEAPONS_DAGGERONLY, WEAPONS_EVILCLERIC, WEAPONS_FLAILONLY, WEAPONS_GOODCLERIC, WEAPONS_LONGDESC, WEAPONS_MAGELIKE, WEAPONS_MERLIKE, WEAPONS_NATURAL, WEAPONS_NEUTRALCLERIC, WEAPONS_ROCKY, WEAPONS_SETS, WEAPONS_STAFFONLY, WEAPONS_THIEFLIKE |
| Constructor Summary | |
|---|---|
Apprentice()
|
|
| Method Summary | |
|---|---|
int |
adjustExperienceGain(MOB host,
MOB mob,
MOB victim,
int amount)
Whenever a player or mob of this race gains experience, this method gets a chance to modify the amount before the gain actually occurs. |
int |
allowedArmorLevel()
A code designating what kind of armor can be used by this class without affecting their skills. |
int |
allowedWeaponLevel()
A code designating what kind of weapons can be used by this class without fumbling their usage. |
int |
availabilityCode()
Returns one or a combination of the Area.THEME_* constants from the Area interface. |
java.lang.String |
baseClass()
Returns the base-class of this class. |
protected java.util.Set<java.lang.Integer> |
disallowedWeaponClasses(MOB mob)
|
int |
getAttackAttribute()
Returns which of the CharStats.STAT_* constants should be used to calculate the standard attack prowess points given when a member of this class gains a level. |
int |
getBonusAttackLevel()
Returns the number of bonus attack points received by members of this class when they gain a level. |
int |
getBonusPracLevel()
Returns the number of bonus practices received by members of this class when they gain a level. |
java.lang.String |
getHitPointsFormula()
Returns the formula used every time a player of this class gains a level as this class. |
int |
getLevelCap()
Returns the highest class level that can be achieved by a player who has this class. |
int |
getLevelsPerBonusDamage()
Returns the number of levels which must be gained by a member of this class before they gain 1 more point of default damage per hit. |
java.lang.String |
getManaFormula()
Returns the formula used every time a player of this class gains a level as this class. |
Pair<java.lang.String,java.lang.Integer>[] |
getMinimumStatRequirements()
Returns pairings of stat names and the minimum a player must have in the state in order to learn this class. |
java.lang.String |
getOtherBonusDesc()
Returns a text description of any bonus properties granted by this class to its members. |
java.lang.String[] |
getRequiredRaceList()
Returns an array of Strings containing either the names of particular races, racial categories, or the word "ANY" to mean any class is OK. |
CharClass.SubClassRule |
getSubClassRule()
This defines how this class fits into the SUB subclassing class system. |
int |
getTrainsFirstLevel()
Returns the number of training points received by members of this class when they are first created. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
void |
initializeClass()
Called ONCE after all objects are loaded, but before the map is read in during initialization. |
java.lang.String |
name()
Returns the generally displayable name of this class. |
java.util.List<Item> |
outfit(MOB myChar)
Returns a vector of Item objects representing the standard clothing, weapons, or other objects commonly given to players of this class just starting out. |
void |
startCharacter(MOB mob,
boolean isBorrowedClass,
boolean verifyOnly)
This method should be called whenever a mob has this class added to their charStats list. |
boolean |
tick(Tickable ticking,
int tickID)
this is the method which is called periodically by the threading engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Set<Tickable> currentApprentices
| Constructor Detail |
|---|
public Apprentice()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class StdCharClasspublic java.lang.String name()
CharClass
name in interface CharClassname in interface CMObjectname in interface Tickablename in class StdCharClassCharClass.name(int),
CharClass.nameSet()public java.lang.String baseClass()
CharClass
baseClass in interface CharClassbaseClass in class StdCharClasspublic int getBonusPracLevel()
CharClass
getBonusPracLevel in interface CharClassgetBonusPracLevel in class StdCharClasspublic int getBonusAttackLevel()
CharClass
getBonusAttackLevel in interface CharClassgetBonusAttackLevel in class StdCharClasspublic int getAttackAttribute()
CharClass
getAttackAttribute in interface CharClassgetAttackAttribute in class StdCharClassCharStatspublic int getLevelsPerBonusDamage()
CharClass
getLevelsPerBonusDamage in interface CharClassgetLevelsPerBonusDamage in class StdCharClasspublic int getTrainsFirstLevel()
CharClass
getTrainsFirstLevel in interface CharClassgetTrainsFirstLevel in class StdCharClasspublic java.lang.String getHitPointsFormula()
CharClass
getHitPointsFormula in interface CharClassgetHitPointsFormula in class StdCharClassCharClass.getHitPointDesc()public java.lang.String getManaFormula()
CharClass
getManaFormula in interface CharClassgetManaFormula in class StdCharClassCharClass.getManaDesc(),
CharClass.getAttackAttribute()public int getLevelCap()
CharClass
getLevelCap in interface CharClassgetLevelCap in class StdCharClasspublic CharClass.SubClassRule getSubClassRule()
CharClass
getSubClassRule in interface CharClassgetSubClassRule in class StdCharClasspublic int allowedArmorLevel()
CharClass
allowedArmorLevel in interface CharClassallowedArmorLevel in class StdCharClassCharClass.ARMOR_WEARMASK,
CharClass.ARMOR_ANYpublic int allowedWeaponLevel()
CharClass
allowedWeaponLevel in interface CharClassallowedWeaponLevel in class StdCharClassCharClass.WEAPONS_ANYprotected java.util.Set<java.lang.Integer> disallowedWeaponClasses(MOB mob)
disallowedWeaponClasses in class StdCharClasspublic void initializeClass()
CMObject
initializeClass in interface CMObjectinitializeClass in class StdCharClasspublic int availabilityCode()
CharClass
availabilityCode in interface CharClassavailabilityCode in class StdCharClassArea
public boolean tick(Tickable ticking,
int tickID)
Tickable
tick in interface Tickabletick in class StdCharClassticking - a reference to this Tickable objecttickID - the TICKID_ constant describing this periodic call, as defined in Tickable
Tickable,
ServiceEngine,
TickableGrouppublic java.lang.String[] getRequiredRaceList()
CharClass
getRequiredRaceList in interface CharClassgetRequiredRaceList in class StdCharClassCharClass.isAllowedRace(Race)public Pair<java.lang.String,java.lang.Integer>[] getMinimumStatRequirements()
CharClass
getMinimumStatRequirements in interface CharClassgetMinimumStatRequirements in class StdCharClass
public void startCharacter(MOB mob,
boolean isBorrowedClass,
boolean verifyOnly)
CharClass
startCharacter in interface CharClassstartCharacter in class StdCharClassmob - the mob being outfitted with this classisBorrowedClass - whether the charclasses skills are borrowed(true) or permanentverifyOnly - send true if no skills or changes are to be madepublic java.util.List<Item> outfit(MOB myChar)
CharClass
outfit in interface CharClassoutfit in class StdCharClassmyChar - one who will receive the objects
public int adjustExperienceGain(MOB host,
MOB mob,
MOB victim,
int amount)
CharClass
adjustExperienceGain in interface CharClassadjustExperienceGain in class StdCharClasshost - the player or mob whose class is being queriedmob - the player or mob gaining experiencevictim - if applicable, the mob or player who died to give the expamount - the amount of exp on track for gaining
public java.lang.String getOtherBonusDesc()
CharClass
getOtherBonusDesc in interface CharClassgetOtherBonusDesc in class StdCharClass
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||