Package org.spongepowered.api.data.type
Class RabbitTypes
- java.lang.Object
-
- org.spongepowered.api.data.type.RabbitTypes
-
public final class RabbitTypes extends java.lang.ObjectAn enumeration of vanillaRabbitTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<RabbitType>BLACKstatic DefaultedRegistryReference<RabbitType>BLACK_AND_WHITEstatic DefaultedRegistryReference<RabbitType>BROWNstatic DefaultedRegistryReference<RabbitType>GOLDstatic DefaultedRegistryReference<RabbitType>KILLERstatic DefaultedRegistryReference<RabbitType>SALT_AND_PEPPERstatic DefaultedRegistryReference<RabbitType>WHITE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<RabbitType>registry()
-
-
-
Field Detail
-
BLACK
public static final DefaultedRegistryReference<RabbitType> BLACK
-
BLACK_AND_WHITE
public static final DefaultedRegistryReference<RabbitType> BLACK_AND_WHITE
-
BROWN
public static final DefaultedRegistryReference<RabbitType> BROWN
-
GOLD
public static final DefaultedRegistryReference<RabbitType> GOLD
-
KILLER
public static final DefaultedRegistryReference<RabbitType> KILLER
-
SALT_AND_PEPPER
public static final DefaultedRegistryReference<RabbitType> SALT_AND_PEPPER
-
WHITE
public static final DefaultedRegistryReference<RabbitType> WHITE
-
-
Method Detail
-
registry
public static Registry<RabbitType> registry()
-
-