Nameplate

class Nameplate(val data: NameplateData, val kord: Kord) : KordEntity(source)

An instance of a nameplate

Constructors

Link copied to clipboard
constructor(data: NameplateData, kord: Kord)

Properties

Link copied to clipboard

The nameplate asset

Link copied to clipboard

The path to the nameplate asset.

Link copied to clipboard
Link copied to clipboard
open override val id: Snowflake

The unique identifier of this entity.

Link copied to clipboard
open override val kord: Kord

The kord instance that created this object.

Link copied to clipboard

The label for the nameplate (Currently unsued)

Link copied to clipboard

The background color of the nameplate

Functions

Link copied to clipboard
open operator override fun compareTo(other: Entity): Int

Compares entities on id.