Represents a member of a guild

Constructors

Properties

Methods

Constructors

Properties

joined: Date

The join date of the guild member

joinedTimestamp: number

The join date of the guild member as a unix timestamp

name: string

The name of the guild member

rank: GuildRank

The rank of the guild member

uuid: string

The uuid of the guild member

world: null | string

The name of the world the player is online on, if any

xp: number

The amount of XP contributed by the guild member

Methods

  • Fetches the player stats of the guild member

    This method causes API requests.

    Parameters

    Returns Promise<Player>

Generated using TypeDoc