Package | Description |
---|---|
net.risingworld.api.objects |
Modifier and Type | Method and Description |
---|---|
Skin.Gender |
Skin.getGender()
Gets the gender of the character.
|
static Skin.Gender |
Skin.Gender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Skin.Gender[] |
Skin.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Skin.setGender(Skin.Gender gender)
Changes the gender of the character.
|