PokeKotlin API Reference
Toggle table of contents
3.0.0-pre3
common
Platform filter
common
Switch theme
Search in API
PokeKotlin API Reference
PokeKotlin API Reference
/
co.pokeapi.pokekotlin.model
/
MoveMetaData
Move
Meta
Data
@
Serializable
data
class
MoveMetaData
(
val
ailment
:
NamedApiResource
,
val
category
:
NamedApiResource
,
val
minHits
:
Int
?
,
val
maxHits
:
Int
?
,
val
minTurns
:
Int
?
,
val
maxTurns
:
Int
?
,
val
drain
:
Int
,
val
healing
:
Int
,
val
critRate
:
Int
,
val
ailmentChance
:
Int
,
val
flinchChance
:
Int
,
val
statChance
:
Int
)
(
source
)
Members
Constructors
Move
Meta
Data
Link copied to clipboard
constructor
(
ailment
:
NamedApiResource
,
category
:
NamedApiResource
,
minHits
:
Int
?
,
maxHits
:
Int
?
,
minTurns
:
Int
?
,
maxTurns
:
Int
?
,
drain
:
Int
,
healing
:
Int
,
critRate
:
Int
,
ailmentChance
:
Int
,
flinchChance
:
Int
,
statChance
:
Int
)
Properties
ailment
Link copied to clipboard
val
ailment
:
NamedApiResource
ailment
Chance
Link copied to clipboard
val
ailmentChance
:
Int
category
Link copied to clipboard
val
category
:
NamedApiResource
crit
Rate
Link copied to clipboard
val
critRate
:
Int
drain
Link copied to clipboard
val
drain
:
Int
flinch
Chance
Link copied to clipboard
val
flinchChance
:
Int
healing
Link copied to clipboard
val
healing
:
Int
max
Hits
Link copied to clipboard
val
maxHits
:
Int
?
max
Turns
Link copied to clipboard
val
maxTurns
:
Int
?
min
Hits
Link copied to clipboard
val
minHits
:
Int
?
min
Turns
Link copied to clipboard
val
minTurns
:
Int
?
stat
Chance
Link copied to clipboard
val
statChance
:
Int