Package org.spongepowered.api.data.type
Class HorseColors
- java.lang.Object
-
- org.spongepowered.api.data.type.HorseColors
-
public final class HorseColors extends java.lang.ObjectAn enumeration of vanillaHorseColors.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<HorseColor>BLACKstatic DefaultedRegistryReference<HorseColor>BROWNstatic DefaultedRegistryReference<HorseColor>CHESTNUTstatic DefaultedRegistryReference<HorseColor>CREAMYstatic DefaultedRegistryReference<HorseColor>DARK_BROWNstatic DefaultedRegistryReference<HorseColor>GRAYstatic DefaultedRegistryReference<HorseColor>WHITE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<HorseColor>registry()
-
-
-
Field Detail
-
BLACK
public static final DefaultedRegistryReference<HorseColor> BLACK
-
BROWN
public static final DefaultedRegistryReference<HorseColor> BROWN
-
CHESTNUT
public static final DefaultedRegistryReference<HorseColor> CHESTNUT
-
CREAMY
public static final DefaultedRegistryReference<HorseColor> CREAMY
-
DARK_BROWN
public static final DefaultedRegistryReference<HorseColor> DARK_BROWN
-
GRAY
public static final DefaultedRegistryReference<HorseColor> GRAY
-
WHITE
public static final DefaultedRegistryReference<HorseColor> WHITE
-
-
Method Detail
-
registry
public static Registry<HorseColor> registry()
-
-