UUIDPlayer

data class UUIDPlayer(uniqueId: UUID) : Comparable<UUIDPlayer>

Player が持つ UUID を操作しやすくしたクラス。

変数に保存する際には PlayerOfflinePlayer ではなく UUID で保存することを推奨する。

Since

1.1.0

Parameters

uniqueId

Constructors

UUIDPlayer
Link copied to clipboard
fun UUIDPlayer(uniqueId: UUID)

Types

Companion
Link copied to clipboard
object Companion

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: UUIDPlayer): Int
UUIDPlayer.uniqueId を比較する。
toString
Link copied to clipboard
open override fun toString(): String
UUIDPlayer.uniqueId を文字列として取得する。

Properties

offlinePlayer
Link copied to clipboard
val offlinePlayer: OfflinePlayer
OfflinePlayer として取得する。
player
Link copied to clipboard
val player: Player?
Player として取得する。
uniqueId
Link copied to clipboard
val uniqueId: UUID

Extensions

inventoryId
Link copied to clipboard
val UUIDPlayer.inventoryId: String?
プレイヤーが開いているインベントリの識別子を取得する。