TabListEntry

interface TabListEntry

An entry in a tab list.

Types

Link copied to clipboard
interface Builder

A builder for building tab list entries.

Properties

Link copied to clipboard
abstract var displayName: Component?

The display name of the entry on the list.

Link copied to clipboard
abstract var gameMode: GameMode

The displayed game mode of the entry.

Link copied to clipboard
abstract var latency: Int

The displayed latency, or ping, of the entry.

Link copied to clipboard
abstract var listed: Boolean

Whether the entry is displayed on the list.

Link copied to clipboard
abstract val profile: GameProfile

The game profile used to determine the name, UUID, and displayed skin of the entry.

Link copied to clipboard
abstract val tabList: TabList

The tab list this entry is registered to.

Link copied to clipboard
abstract val uuid: UUID

The UUID of the entry.