Uses of Enum Class
net.risingworld.api.objects.Skin.Gender
-
Uses of Skin.Gender in net.risingworld.api.objects
Modifier and TypeMethodDescriptionSkin.getGender()
Gets the gender of the character.static Skin.Gender
Returns the enum constant of this class with the specified name.static Skin.Gender[]
Skin.Gender.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Skin.setGender
(Skin.Gender gender) Changes the gender of the character.