Style

public enum Style

Represents the style, or markings, that the horse has.

Entries

Link copied to clipboard

No markings

Link copied to clipboard

White socks or stripes

Link copied to clipboard

Milky splotches

Link copied to clipboard

Round white dots

Link copied to clipboard

Small black dots

Functions

Link copied to clipboard
public static Horse.Style valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<Horse.Style> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.