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
/
TypeEffectivenessMatrixCellInput
Type
Effectiveness
Matrix
Cell
Input
data
class
TypeEffectivenessMatrixCellInput
(
val
attackingType
:
String
,
val
defendingType
:
String
,
val
multiplier
:
BigDecimal
?
)
Members
Constructors
Type
Effectiveness
Matrix
Cell
Input
Link copied to clipboard
constructor
(
attackingType
:
String
,
defendingType
:
String
,
multiplier
:
BigDecimal
?
)
Properties
attacking
Type
Link copied to clipboard
val
attackingType
:
String
defending
Type
Link copied to clipboard
val
defendingType
:
String
multiplier
Link copied to clipboard
val
multiplier
:
BigDecimal
?