PlayerSettingsData

data class PlayerSettingsData(val uuid: UUID, val showBossBar: Boolean = true, val updatedAt: LocalDateTime? = null)

プレイヤー設定を示すモデル

Parameters

uuid

プレイヤーの UUID

showBossBar

ボスバーの表示設定

updatedAt

データの更新日時

Constructors

Link copied to clipboard
constructor(uuid: UUID, showBossBar: Boolean = true, updatedAt: LocalDateTime? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uuid: UUID