Uses of Enum Class
games.stendhal.common.constants.SkinColor
-
Uses of SkinColor in games.stendhal.common.constants
Modifier and TypeMethodDescriptionstatic SkinColor
SkinColor.fromInteger(int color)
Find the nearest skin color corresponding to an integer color value.static SkinColor
Returns the enum constant of this class with the specified name.static SkinColor[]
SkinColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.