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
/
Encounter
Encounter
@
Serializable
data
class
Encounter
(
val
minLevel
:
Int
,
val
maxLevel
:
Int
,
val
conditionValues
:
List
<
NamedApiResource
>
,
val
chance
:
Int
,
val
method
:
NamedApiResource
)
(
source
)
Members
Constructors
Encounter
Link copied to clipboard
constructor
(
minLevel
:
Int
,
maxLevel
:
Int
,
conditionValues
:
List
<
NamedApiResource
>
,
chance
:
Int
,
method
:
NamedApiResource
)
Properties
chance
Link copied to clipboard
val
chance
:
Int
condition
Values
Link copied to clipboard
val
conditionValues
:
List
<
NamedApiResource
>
max
Level
Link copied to clipboard
val
maxLevel
:
Int
method
Link copied to clipboard
val
method
:
NamedApiResource
min
Level
Link copied to clipboard
val
minLevel
:
Int