avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service.api
/
LocalMoveReader
Local
Move
Reader
@
Service
class
LocalMoveReader
(
moveRepository
:
MoveRepository
)
:
MoveReader
Members
Constructors
Local
Move
Reader
Link copied to clipboard
constructor
(
moveRepository
:
MoveRepository
)
Functions
find
Move
By
Internal
Name
Link copied to clipboard
open
override
fun
findMoveByInternalName
(
internalName
:
String
)
:
MoveInfo
?
find
Moves
By
Internal
Names
Link copied to clipboard
open
override
fun
findMovesByInternalNames
(
internalNames
:
Set
<
String
>
)
:
Map
<
String
,
MoveInfo
>