|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gender | |
---|---|
spellcast.beings |
Uses of Gender in spellcast.beings |
---|
Subclasses of Gender in spellcast.beings | |
---|---|
class |
Female
Implementation of the Female Gender class. |
class |
GenderNone
Implementation of the No Gender Class. |
class |
Male
Implementation of the Male Gender class. |
class |
Neuter
Implementation of the Neuter Gender Class. |
Fields in spellcast.beings declared as Gender | |
---|---|
static Gender |
Gender.FEMALE
|
static Gender |
Gender.MALE
|
static Gender |
Gender.NEUTER
|
static Gender |
Gender.NONE
|
Methods in spellcast.beings that return Gender | |
---|---|
Gender |
IBeing.getGender()
Return the Gender of this Being . |
Gender |
Being.getGender()
Return the Gender of this Being . |
static Gender |
Gender.getGender(java.lang.String genderString)
Given a string return the matching gender object (case is insensitive). |
Methods in spellcast.beings with parameters of type Gender | |
---|---|
void |
IBeing.setGender(Gender theGender)
Sets the Gender of this Being . |
void |
Being.setGender(Gender theGender)
Sets the Gender of this Being . |
Constructors in spellcast.beings with parameters of type Gender | |
---|---|
Being(Id anId,
java.lang.String aName,
Gender aGender,
int theMaxHitPoints)
Creates a new BeingImpl object. |
|
Monster(java.lang.String name,
Gender gender,
int maxHitPoints)
|
|
Wizard(Id id,
java.lang.String name,
Gender gender)
Creates a new Wizard object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |