Class PlayerPartyMember

Constructors

Properties

Methods

Constructors

Properties

character: string

The UUID of the class the player is currently using

name: string

The name of the player

nickname: null | string

The class nickname of the player, if available

relationship: PlayerRelationship

The relationship this party member has to the self player

uuid: string

The UUID of the player

x: number

The X coordinate of the player

y: number

The Y coordinate of the player

z: number

The Z coordinate of the player

Methods

  • Fetches the player stats of the party member

    This method causes API requests.

    Parameters

    Returns Promise<Player>

Generated using TypeDoc