Interface ScoreFormat

All Known Implementing Classes:
BlankScoreFormat, FixedScoreFormat, StyledScoreFormat

@NonExtendable public interface ScoreFormat
  • Method Details

    • blankScore

      static BlankScoreFormat blankScore()
    • styledScore

      static StyledScoreFormat styledScore(net.kyori.adventure.text.format.Style style)
    • fixedScore

      static FixedScoreFormat fixedScore(net.kyori.adventure.text.Component value)
    • format

      net.kyori.adventure.text.Component format(int score)
    • getType

      ScoreFormatType getType()