Uses of Interface
io.papermc.paper.scoreboard.numbers.NumberFormat
Packages that use NumberFormat
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of NumberFormat in io.papermc.paper.scoreboard.numbers
Subinterfaces of NumberFormat in io.papermc.paper.scoreboard.numbersModifier 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.Methods in io.papermc.paper.scoreboard.numbers that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormat
NumberFormat.blank()
Creates a blank scoreboard number format that removes the score number entirely. -
Uses of NumberFormat in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return NumberFormatModifier 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.Methods in org.bukkit.scoreboard with parameters of type NumberFormatModifier 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.