Interface ScoreFormat

All Known Implementing Classes:
ScoreFormat.Blank, ScoreFormat.Fixed, ScoreFormat.Styled

@NonExtendable public interface ScoreFormat
Represents all valid objective score formats.
Since:
Minecraft 1.20.3
  • Method Details

    • blank

      @NotNull static @NotNull ScoreFormat.Blank blank()
    • fixed

      @NotNull static @NotNull ScoreFormat.Fixed fixed(@NotNull @NotNull net.kyori.adventure.text.ComponentLike content)
    • styled

      @NotNull static @NotNull ScoreFormat.Styled styled(@NotNull @NotNull net.kyori.adventure.text.format.Style style)
    • styled

      @NotNull static @NotNull ScoreFormat.Styled styled(@NotNull @NotNull net.kyori.adventure.text.format.StyleBuilderApplicable @NotNull ... styleBuilderApplicables)