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
/
TypeEffectivenessRow
Type
Effectiveness
Row
data
class
TypeEffectivenessRow
(
val
attackingType
:
TypeEffectivenessTypeView
,
val
cells
:
List
<
TypeEffectivenessCell
>
)
Members
Constructors
Type
Effectiveness
Row
Link copied to clipboard
constructor
(
attackingType
:
TypeEffectivenessTypeView
,
cells
:
List
<
TypeEffectivenessCell
>
)
Properties
attacking
Type
Link copied to clipboard
val
attackingType
:
TypeEffectivenessTypeView
cells
Link copied to clipboard
val
cells
:
List
<
TypeEffectivenessCell
>