Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class Sideboard(name: String, displayName: Component, numberFormat: NumberFormat, lines: List<SideboardLine>)
A sideboard which can be displayed to a variable collection of players using the displayToPlayer function. A sideboard is an abstraction of Minecraft's server side scoreboards displayed on the right-hand side of the screen.
Link copied to clipboard
class SideboardBuilder
A helper class which is used to create a Sideboard.
Link copied to clipboard
interface SideboardLine
This interface represents one line in a Sideboard.
Link copied to clipboard
A sideboard line which does not change and always displays the same Text.
Functions
Link copied to clipboard
Displays the given sideboard to the player. Future updates will be visible to the player as well.
Link copied to clipboard