public interface Fish extends CatalogType
Modifier and Type | Method and Description |
---|---|
Optional<CookedFish> |
getCookedFish()
Gets this raw fish type's corresponding
CookedFish type. |
getId, getName
Optional<CookedFish> getCookedFish()
CookedFish
type.