Package org.spongepowered.api.data.type
Interface TropicalFishShape
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(TropicalFishShapes.class)
public interface TropicalFishShape
extends DefaultedRegistryValue
Represents the shape of a
TropicalFish
.
A TropicalFishShape represents both a fish's appearance and size.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLarge()
Whether this shape represents a largeTropicalFish
.Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
isLarge
boolean isLarge()Whether this shape represents a largeTropicalFish
.- Returns:
- True if this shape represents a large tropical fish.
-