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 moe.caramel.daydream.sidebar
Methods in moe.caramel.daydream.sidebar that return NumberFormatModifier and TypeMethodDescriptiondefault @Nullable NumberFormatSidebarDecorator.globalFormat(Player player) 사이드바 글로벌 포맷을 가져옵니다.EntryBuilder.Entry.numberFormat()Returns the value of thenumberFormatrecord component.Methods in moe.caramel.daydream.sidebar with parameters of type NumberFormatModifier and TypeMethodDescriptionEntryBuilder.blank(@Nullable NumberFormat format) EntryBuilder.Entry리스트에 빈 줄을 추가합니다.EntryBuilder.next(String value, @Nullable NumberFormat format) EntryBuilder.Entry리스트에 제공한 텍스트를 추가합니다.EntryBuilder.next(Component value, @Nullable NumberFormat format) EntryBuilder.Entry리스트에 제공한 텍스트를 추가합니다.Constructors in moe.caramel.daydream.sidebar with parameters of type NumberFormatModifierConstructorDescriptionEntry(Component value, @Nullable NumberFormat numberFormat) Creates an instance of aEntryrecord class. -
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.