MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.config.climate
/
WeatherConfig
/
WeatherConfig
Weather
Config
constructor
(
weight
:
Map
<
WeatherType
,
Int
>
=
mapOf( WeatherType.SUNNY to 4, WeatherType.CLOUDY to 1, WeatherType.RAINY to 2, WeatherType.THUNDERSTORM to 1, )
,
offset
:
Int
=
0
,
interval
:
Int
=
8
,
maxInclination
:
Int
=
30
)