WeatherRandomizer

天気のランダム化を行うインターフェース PerlinNoiseを使用して、時間に基づいた天気の生成を行う

Functions

Link copied to clipboard
abstract fun drawWeather(): WeatherType

現在の天気を抽選する

Link copied to clipboard
abstract fun drawWeatherForecast(limit: Int): List<WeatherType>

指定された時間数分の天気を抽選する