Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a member of a guild

Hierarchy

  • GuildMember

Index

Constructors

Private constructor

Properties

joined

joined: Date

The join date of the guild member

joinedTimestamp

joinedTimestamp: number

The join date of the guild member as a unix timestamp

name

name: string

The name of the guild member

rank

rank: GuildRank

The rank of the guild member

uuid

uuid: string

The uuid of the guild member

Optional world

world?: World

The current world the player is online on, if any

Only set if Guild.hasAdditionalStats is true
.
If two members of a guild are online on the same world, this value refers to the same object.

xp

xp: number

The amount of XP contributed by the guild member

Methods

fetch

  • Fetches the player stats of the guild member

    This method causes API requests.

    Parameters

    Returns Promise<Player>

Generated using TypeDoc