Package org.spongepowered.api.data.type
Class CatTypes
- java.lang.Object
-
- org.spongepowered.api.data.type.CatTypes
-
public final class CatTypes extends java.lang.ObjectAn enumeration of vanillaCatTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<CatType>ALL_BLACKstatic DefaultedRegistryReference<CatType>BLACKstatic DefaultedRegistryReference<CatType>BRITISH_SHORTHAIRstatic DefaultedRegistryReference<CatType>CALICOstatic DefaultedRegistryReference<CatType>JELLIEstatic DefaultedRegistryReference<CatType>PERSIANstatic DefaultedRegistryReference<CatType>RAGDOLLstatic DefaultedRegistryReference<CatType>REDstatic DefaultedRegistryReference<CatType>SIAMESEstatic DefaultedRegistryReference<CatType>TABBYstatic DefaultedRegistryReference<CatType>WHITE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<CatType>registry()
-
-
-
Field Detail
-
ALL_BLACK
public static final DefaultedRegistryReference<CatType> ALL_BLACK
-
BLACK
public static final DefaultedRegistryReference<CatType> BLACK
-
BRITISH_SHORTHAIR
public static final DefaultedRegistryReference<CatType> BRITISH_SHORTHAIR
-
CALICO
public static final DefaultedRegistryReference<CatType> CALICO
-
JELLIE
public static final DefaultedRegistryReference<CatType> JELLIE
-
PERSIAN
public static final DefaultedRegistryReference<CatType> PERSIAN
-
RAGDOLL
public static final DefaultedRegistryReference<CatType> RAGDOLL
-
RED
public static final DefaultedRegistryReference<CatType> RED
-
SIAMESE
public static final DefaultedRegistryReference<CatType> SIAMESE
-
TABBY
public static final DefaultedRegistryReference<CatType> TABBY
-
WHITE
public static final DefaultedRegistryReference<CatType> WHITE
-
-