EasySpigotAPI
/
com.github.syari.spigot.api.uuid
/
UUIDEntity
U
U
I
D
Entity
data class
UUIDEntity
(uniqueId:
UUID
) :
Comparable
<
UUIDEntity
>
Content copied to clipboard
Entity
が持つ
UUID
を操作しやすくしたクラス。
変数に保存する際には
Entity
ではなく
UUID
で保存することを推奨する。
Since
1.1.0
Types
Constructors
Functions
Properties
Parameters
Parameters
uniqueId
UUID
Constructors
UUIDEntity
Link copied to clipboard
fun
UUIDEntity
(uniqueId:
UUID
)
Content copied to clipboard
UUID
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
open operator override fun
compareTo
(other:
UUIDEntity
):
Int
Content copied to clipboard
UUIDEntity.uniqueId
を比較する。
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
UUIDEntity.uniqueId
を文字列として取得する。
Properties
entity
Link copied to clipboard
val
entity
:
Entity
?
Content copied to clipboard
Entity
として取得する。
uniqueId
Link copied to clipboard
val
uniqueId
:
UUID
Content copied to clipboard
UUID