FabricOfflinePlayer

Represents a Fabric offline player wrapped as a PlatformOfflinePlayer.

Since

2.0.0

Parameters

uuid

the player UUID

name

the player name, or null if unknown

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
abstract fun name(): @Nullable String
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun uuid(): @NotNull UUID