avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.repository
Package-level
declarations
Types
Types
Creature
Storage
Box
Repository
Link copied to clipboard
interface
CreatureStorageBoxRepository
:
KRepository
<
CreatureStorageBox
,
Long
>
Owned
Creature
Move
Repository
Link copied to clipboard
interface
OwnedCreatureMoveRepository
:
KRepository
<
OwnedCreatureMove
,
Long
>
Owned
Creature
Repository
Link copied to clipboard
interface
OwnedCreatureRepository
:
KRepository
<
OwnedCreature
,
Long
>
Owned
Creature
Stat
Repository
Link copied to clipboard
interface
OwnedCreatureStatRepository
:
KRepository
<
OwnedCreatureStat
,
Long
>
Player
Inventory
Item
Repository
Link copied to clipboard
interface
PlayerInventoryItemRepository
:
KRepository
<
PlayerInventoryItem
,
Long
>
Player
Repository
Link copied to clipboard
interface
PlayerRepository
:
KRepository
<
Player
,
Long
>