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.service
/
CreatureReader
Creature
Reader
interface
CreatureReader
Members
Functions
find
Creature
By
Id
Link copied to clipboard
abstract
fun
findCreatureById
(
id
:
Long
)
:
CreatureInfo
?
find
Creature
By
Internal
Name
Link copied to clipboard
abstract
fun
findCreatureByInternalName
(
internalName
:
String
)
:
CreatureInfo
?