MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.core.random.weather
/
WeatherRandomizer
Weather
Randomizer
interface
WeatherRandomizer
天気のランダム化を行うインターフェース PerlinNoiseを使用して、時間に基づいた天気の生成を行う
Members
Functions
draw
Weather
Link copied to clipboard
abstract
fun
drawWeather
(
)
:
WeatherType
現在の天気を抽選する
draw
Weather
Forecast
Link copied to clipboard
abstract
fun
drawWeatherForecast
(
limit
:
Int
)
:
List
<
WeatherType
>
指定された時間数分の天気を抽選する