avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-model
/
io.github.lishangbu.avalon.dataset.entity
/
PokemonProps
Pokemon
Props
@
GeneratedBy
(
type
=
Pokemon::class
)
object
PokemonProps
Members
Properties
BASE_
EXPERIENCE
Link copied to clipboard
val
BASE_EXPERIENCE
:
TypedProp.Scalar
<
Pokemon
,
Int
?
>
HEIGHT
Link copied to clipboard
val
HEIGHT
:
TypedProp.Scalar
<
Pokemon
,
Int
?
>
ID
Link copied to clipboard
val
ID
:
TypedProp.Scalar
<
Pokemon
,
Long
>
INTERNAL_
NAME
Link copied to clipboard
val
INTERNAL_NAME
:
TypedProp.Scalar
<
Pokemon
,
String
?
>
NAME
Link copied to clipboard
val
NAME
:
TypedProp.Scalar
<
Pokemon
,
String
?
>
POKEMON_
SPECIES
Link copied to clipboard
val
POKEMON_SPECIES
:
TypedProp.Reference
<
Pokemon
,
PokemonSpecies
?
>
SORTING_
ORDER
Link copied to clipboard
val
SORTING_ORDER
:
TypedProp.Scalar
<
Pokemon
,
Int
?
>
WEIGHT
Link copied to clipboard
val
WEIGHT
:
TypedProp.Scalar
<
Pokemon
,
Int
?
>