Class Score

java.lang.Object
net.minecraft.world.scores.Score
All Implemented Interfaces:
ReadOnlyScoreInfo

public class Score extends Object implements ReadOnlyScoreInfo
  • Field Details

    • value

      private int value
    • locked

      private boolean locked
    • display

      private @Nullable Component display
    • numberFormat

      private @Nullable NumberFormat numberFormat
  • Constructor Details

    • Score

      public Score()
    • Score

      public Score(Score.Packed pPacked)
  • Method Details