MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.config.fishing
/
BaseWaitTimeConfig
Base
Wait
Time
Config
@
Serializable
data
class
BaseWaitTimeConfig
(
val
minSeconds
:
Double
=
5.0
,
val
maxSeconds
:
Double
=
30.0
,
val
absoluteMinSeconds
:
Double
=
0.5
,
val
absoluteMaxSeconds
:
Double
=
300.0
)
基本待ち時間の設定を保持するデータクラス
Members
Constructors
Base
Wait
Time
Config
Link copied to clipboard
constructor
(
minSeconds
:
Double
=
5.0
,
maxSeconds
:
Double
=
30.0
,
absoluteMinSeconds
:
Double
=
0.5
,
absoluteMaxSeconds
:
Double
=
300.0
)
Properties
absolute
Max
Seconds
Link copied to clipboard
val
absoluteMaxSeconds
:
Double
=
300.0
absolute
Min
Seconds
Link copied to clipboard
val
absoluteMinSeconds
:
Double
=
0.5
max
Seconds
Link copied to clipboard
val
maxSeconds
:
Double
=
30.0
min
Seconds
Link copied to clipboard
val
minSeconds
:
Double
=
5.0