MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.config.climate
/
ConstantConfig
Constant
Config
@
Serializable
data
class
ConstantConfig
(
val
weather
:
WeatherType
?
=
null
,
val
dayCycle
:
Int
?
=
null
)
固定の天候・時間設定を保持するデータクラス
Members
Constructors
Constant
Config
Link copied to clipboard
constructor
(
weather
:
WeatherType
?
=
null
,
dayCycle
:
Int
?
=
null
)
Properties
day
Cycle
Link copied to clipboard
val
dayCycle
:
Int
?
=
null
固定の時間(一日を24 * 4で割った値、nullの場合は時間が変化する)
weather
Link copied to clipboard
val
weather
:
WeatherType
?
=
null
固定の天候(nullの場合は天候が変化する)