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 TypeInterfaceDescriptioninterfaceA scoreboard number format that replaces the score number with a chat component.interfaceA scoreboard number format that applies a custom formatting to the score number.Methods in io.papermc.paper.scoreboard.numbers that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormatNumberFormat.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 TypeMethodDescriptionvoidObjective.numberFormat(NumberFormat format) Sets the number format for this objective's scores.voidScore.numberFormat(NumberFormat format) Sets the number format for this score.