Uses of Interface
io.papermc.paper.scoreboard.numbers.NumberFormat
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of NumberFormat in io.papermc.paper.scoreboard.numbers
Modifier and TypeInterfaceDescriptioninterface
A scoreboard number format that replaces the score number with a chat component.interface
A scoreboard number format that applies a custom formatting to the score number.Modifier and TypeMethodDescriptionstatic @NotNull NumberFormat
NumberFormat.blank()
Creates a blank scoreboard number format that removes the score number entirely. -
Uses of NumberFormat in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionObjective.numberFormat()
Gets the number format for this objective's scores or null if the client default is used.Score.numberFormat()
Gets the number format for this score or null if the score has not been set yet or the objective's default is being used.Modifier and TypeMethodDescriptionvoid
Objective.numberFormat
(NumberFormat format) Sets the number format for this objective's scores.void
Score.numberFormat
(NumberFormat format) Sets the number format for this score.