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 Details

    • isLarge

      boolean isLarge()
      Whether this shape represents a large TropicalFish.
      Returns:
      True if this shape represents a large tropical fish.