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.player
/
CreatureStorageBoxView
Creature
Storage
Box
View
data
class
CreatureStorageBoxView
(
val
id
:
String
,
val
playerId
:
String
,
val
name
:
String
,
val
sortingOrder
:
Int
,
val
capacity
:
Int
)
Members
Constructors
Creature
Storage
Box
View
Link copied to clipboard
constructor
(
id
:
String
,
playerId
:
String
,
name
:
String
,
sortingOrder
:
Int
,
capacity
:
Int
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
player
Id
Link copied to clipboard
val
playerId
:
String
sorting
Order
Link copied to clipboard
val
sortingOrder
:
Int