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 NumberFormat
NumberFormat.blank()
Creates a blank scoreboard number format that removes the score number entirely. -
Uses of NumberFormat in moe.caramel.daydream.sidebar
Modifier and TypeMethodDescriptiondefault @Nullable NumberFormat
SidebarDecorator.globalFormat
(Player player) 사이드바 글로벌 포맷을 가져옵니다.EntryBuilder.Entry.numberFormat()
Returns the value of thenumberFormat
record component.Modifier 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
리스트에 제공한 텍스트를 추가합니다.ModifierConstructorDescriptionEntry
(Component value, @Nullable NumberFormat numberFormat) Creates an instance of aEntry
record class. -
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.