avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-api
/
io.github.lishangbu.avalon.dataset.api.model
/
TypeEffectivenessMatchup
Type
Effectiveness
Matchup
data
class
TypeEffectivenessMatchup
(
val
defendingType
:
TypeEffectivenessTypeView
,
val
multiplier
:
BigDecimal
?
,
val
status
:
String
)
Members
Constructors
Type
Effectiveness
Matchup
Link copied to clipboard
constructor
(
defendingType
:
TypeEffectivenessTypeView
,
multiplier
:
BigDecimal
?
,
status
:
String
)
Properties
defending
Type
Link copied to clipboard
val
defendingType
:
TypeEffectivenessTypeView
multiplier
Link copied to clipboard
val
multiplier
:
BigDecimal
?
status
Link copied to clipboard
val
status
:
String