PlayerUUID

data class PlayerUUID(val id: UUID) : EntityArg(source)

A Minecraft player uuid

Constructors

Link copied to clipboard
constructor(id: UUID)

Properties

Link copied to clipboard
val id: UUID

Functions

Link copied to clipboard
open override fun toString(): String