Package org.spongepowered.api.data.type
Class TropicalFishShapes
- java.lang.Object
-
- org.spongepowered.api.data.type.TropicalFishShapes
-
public final class TropicalFishShapes extends java.lang.ObjectAn enumeration of vanilla shapes forTropicalFish.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<TropicalFishShape>BETTYstatic DefaultedRegistryReference<TropicalFishShape>BLOCKFISHstatic DefaultedRegistryReference<TropicalFishShape>BRINELYstatic DefaultedRegistryReference<TropicalFishShape>CLAYFISHstatic DefaultedRegistryReference<TropicalFishShape>DASHERstatic DefaultedRegistryReference<TropicalFishShape>FLOPPERstatic DefaultedRegistryReference<TropicalFishShape>GLITTERstatic DefaultedRegistryReference<TropicalFishShape>KOBstatic DefaultedRegistryReference<TropicalFishShape>SNOOPERstatic DefaultedRegistryReference<TropicalFishShape>SPOTTYstatic DefaultedRegistryReference<TropicalFishShape>STRIPEYstatic DefaultedRegistryReference<TropicalFishShape>SUNSTREAK
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<TropicalFishShape>registry()
-
-
-
Field Detail
-
BETTY
public static final DefaultedRegistryReference<TropicalFishShape> BETTY
-
BLOCKFISH
public static final DefaultedRegistryReference<TropicalFishShape> BLOCKFISH
-
BRINELY
public static final DefaultedRegistryReference<TropicalFishShape> BRINELY
-
CLAYFISH
public static final DefaultedRegistryReference<TropicalFishShape> CLAYFISH
-
DASHER
public static final DefaultedRegistryReference<TropicalFishShape> DASHER
-
FLOPPER
public static final DefaultedRegistryReference<TropicalFishShape> FLOPPER
-
GLITTER
public static final DefaultedRegistryReference<TropicalFishShape> GLITTER
-
KOB
public static final DefaultedRegistryReference<TropicalFishShape> KOB
-
SNOOPER
public static final DefaultedRegistryReference<TropicalFishShape> SNOOPER
-
SPOTTY
public static final DefaultedRegistryReference<TropicalFishShape> SPOTTY
-
STRIPEY
public static final DefaultedRegistryReference<TropicalFishShape> STRIPEY
-
SUNSTREAK
public static final DefaultedRegistryReference<TropicalFishShape> SUNSTREAK
-
-
Method Detail
-
registry
public static Registry<TropicalFishShape> registry()
-
-