RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.database.table
/
Players
Players
object
Players
:
Table
プレイヤーデータの基本テーブル レベルや経験値,主キーとなる UUID が格納される.
Members
Properties
balance
Link copied to clipboard
val
balance
:
Column
<
ULong
>
created
At
Link copied to clipboard
val
createdAt
:
Column
<
LocalDateTime
>
experience
Link copied to clipboard
val
experience
:
Column
<
ULong
>
level
Link copied to clipboard
val
level
:
Column
<
UInt
>
primary
Key
Link copied to clipboard
open
override
val
primaryKey
:
Table.PrimaryKey
updated
At
Link copied to clipboard
val
updatedAt
:
Column
<
LocalDateTime
>
uuid
Link copied to clipboard
val
uuid
:
Column
<
UUID
>