MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.fish
/
ConditionData
Condition
Data
@
Serializable
data
class
ConditionData
(
val
weather
:
List
<
WeatherType
>
=
emptyList()
,
val
world
:
List
<
FishingWorldId
>
=
emptyList()
,
val
time
:
List
<
TimeRange
>
=
emptyList()
)
Members
Constructors
Condition
Data
Link copied to clipboard
constructor
(
weather
:
List
<
WeatherType
>
=
emptyList()
,
world
:
List
<
FishingWorldId
>
=
emptyList()
,
time
:
List
<
TimeRange
>
=
emptyList()
)
Properties
time
Link copied to clipboard
val
time
:
List
<
TimeRange
>
weather
Link copied to clipboard
val
weather
:
List
<
WeatherType
>
world
Link copied to clipboard
val
world
:
List
<
FishingWorldId
>