Uses of Enum Class
net.risingworld.api.objects.Skin.Gender
Packages that use Skin.Gender
-
Uses of Skin.Gender in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Skin.GenderModifier 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.Methods in net.risingworld.api.objects with parameters of type Skin.GenderModifier and TypeMethodDescriptionvoid
Skin.setGender
(Skin.Gender gender) Changes the gender of the character.