ScoreboardEntry

data class ScoreboardEntry(val teamName: String, val prefix: Component, val suffix: Component, val entry: String, val score: Int)

An entry for the sidebar of the scoreboard.

Author

MarkusTieger

Since

0.2.0

Parameters

teamName

The teamname in which the entry will join

prefix

The prefix of the registered team

suffix

The suffix of the registered team

entry

The entryname

score

The score that will be set for the entry

Constructors

Link copied to clipboard
constructor(teamName: String, prefix: Component, suffix: Component, entry: String, score: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val prefix: Component
Link copied to clipboard
val score: Int
Link copied to clipboard
val suffix: Component
Link copied to clipboard

Functions

Link copied to clipboard

Creates an updated version of this entry with variables.