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.GenderReturns 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 TypeMethodDescriptionvoidSkin.setGender(Skin.Gender gender) Changes the gender of the character.