Fish

interface Fish

魚を表すインターフェース

Functions

Link copied to clipboard
abstract fun getCFD(): Double

魚の累積分布関数を取得する

Link copied to clipboard
abstract fun getDisplayName(): Map<Locale, String>

魚の表示名を取得する

Link copied to clipboard
abstract fun getId(): FishId

魚のキーを取得する

Link copied to clipboard
abstract fun getRarity(): RarityData

魚のレアリティを取得する

Link copied to clipboard
abstract fun getSize(): Double

魚のサイズを取得する

Link copied to clipboard
abstract fun getWorth(): Double

魚の価値を取得する