McGameProfile

constructor(id: UUID, name: String, properties: List<McGameProfile.Property>)

Parameters

id

The unique identifier of the player.

name

The player's username.

properties

A list of properties associated with the player's profile.