ClimateConfig

@Serializable
data class ClimateConfig(val constant: ConstantConfig = ConstantConfig(), val dayCycle: DayCycleConfig = DayCycleConfig(), val weather: WeatherConfig = WeatherConfig(), val hashPepper: String = "pepper")

天候に関する設定を保持するデータクラス

Constructors

Link copied to clipboard
constructor(constant: ConstantConfig = ConstantConfig(), dayCycle: DayCycleConfig = DayCycleConfig(), weather: WeatherConfig = WeatherConfig(), hashPepper: String = "pepper")

Properties

Link copied to clipboard

固定の天候・時間設定

Link copied to clipboard

昼夜サイクルの設定

Link copied to clipboard

ハッシュ計算用のペッパー値

Link copied to clipboard

天候変化の設定