ClanMember

Clan member classes are used to wrap all the properties shown in the clan interface about each player in the clan.

Constructors

Link copied to clipboard
constructor(name: String, rank: Int, world: Int, discardedBoolean: Boolean)
constructor(name: String, rank: Int, world: Int)

Properties

Link copied to clipboard

unknown boolean (not used by the client)

Link copied to clipboard

the display name of the clan member

Link copied to clipboard
val rank: Int

the rank of the clan member in the clan, for guest members, the rank is set to -1

Link copied to clipboard
val world: Int

the world in which the player resides

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String