MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.rod
/
RodConfiguration
Rod
Configuration
@
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()
)
Members
Constructors
Rod
Configuration
Link copied to clipboard
constructor
(
rodType
:
String
,
waitTimeMultiplier
:
Double
=
1.0
,
bonusEffects
:
List
<
ApplyValue
>
=
emptyList()
,
weatherImmunity
:
Boolean
=
false
,
fishingWorldBonuses
:
Map
<
String
,
Double
>
=
emptyMap()
,
displayNameKey
:
String
=
""
,
loreKeys
:
List
<
String
>
=
emptyList()
)
Properties
bonus
Effects
Link copied to clipboard
val
bonusEffects
:
List
<
ApplyValue
>
display
Name
Key
Link copied to clipboard
val
displayNameKey
:
String
fishing
World
Bonuses
Link copied to clipboard
val
fishingWorldBonuses
:
Map
<
String
,
Double
>
lore
Keys
Link copied to clipboard
val
loreKeys
:
List
<
String
>
rod
Type
Link copied to clipboard
val
rodType
:
String
wait
Time
Multiplier
Link copied to clipboard
val
waitTimeMultiplier
:
Double
=
1.0
weather
Immunity
Link copied to clipboard
val
weatherImmunity
:
Boolean
=
false