MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.rod
Package-level
declarations
Types
Types
Rod
Configuration
Link copied to clipboard
@
Serializable
data
class
RodConfiguration
(
val
rodType
:
String
,
val
waitTimeMultiplier
:
Double
=
1.0
,
val
bonusEffects
:
List
<
ApplyValue
>
=
emptyList()
,
val
weatherImmunity
:
Boolean
=
false
,
val
fishingWorldBonuses
:
Map
<
String
,
Double
>
=
emptyMap()
,
val
displayNameKey
:
String
=
""
,
val
loreKeys
:
List
<
String
>
=
emptyList()
)