BukkitOfflinePlayer

Represents a Bukkit offline player wrapped as a PlatformOfflinePlayer.

Since

2.0.0

Parameters

source

the source Bukkit offline player

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@Nullable
open fun name(): @Nullable String
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun uuid(): @NotNull UUID