PlatformOfflinePlayer

Represents an offline player in the underlying platform.

This interface provides access to basic player identification data, such as UUID and name, without requiring the player to be online.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
@Nullable
abstract fun name(): @Nullable String
Returns the name of the player, if known.
Link copied to clipboard
@NotNull
abstract fun uuid(): @NotNull UUID
Returns the unique identifier of the player.