Class ScoreboardScore

java.lang.Object
net.minecraft.scoreboard.ScoreboardScore
All Implemented Interfaces:
ReadableScoreboardScore

public class ScoreboardScore extends Object implements ReadableScoreboardScore
Mappings:
Namespace Name
named net/minecraft/scoreboard/ScoreboardScore
intermediary net/minecraft/class_267
official fsf
  • Field Details

    • score

      private int score
      Mappings:
      Namespace Name Mixin selector
      named score Lnet/minecraft/scoreboard/ScoreboardScore;score:I
      intermediary field_47534 Lnet/minecraft/class_267;field_47534:I
      official a Lfsf;a:I
    • locked

      private boolean locked
      Mappings:
      Namespace Name Mixin selector
      named locked Lnet/minecraft/scoreboard/ScoreboardScore;locked:Z
      intermediary field_1411 Lnet/minecraft/class_267;field_1411:Z
      official b Lfsf;b:Z
    • displayText

      @Nullable private @Nullable Text displayText
      Mappings:
      Namespace Name Mixin selector
      named displayText Lnet/minecraft/scoreboard/ScoreboardScore;displayText:Lnet/minecraft/text/Text;
      intermediary field_47535 Lnet/minecraft/class_267;field_47535:Lnet/minecraft/class_2561;
      official c Lfsf;c:Lym;
    • numberFormat

      @Nullable private @Nullable NumberFormat numberFormat
      Mappings:
      Namespace Name Mixin selector
      named numberFormat Lnet/minecraft/scoreboard/ScoreboardScore;numberFormat:Lnet/minecraft/scoreboard/number/NumberFormat;
      intermediary field_47536 Lnet/minecraft/class_267;field_47536:Lnet/minecraft/class_9022;
      official d Lfsf;d:Laal;
  • Constructor Details

  • Method Details

    • method_75750

      public ScoreboardScore.class_12223 method_75750()
      Mappings:
      Namespace Name Mixin selector
      named method_75750 Lnet/minecraft/scoreboard/ScoreboardScore;method_75750()Lnet/minecraft/scoreboard/ScoreboardScore$class_12223;
      intermediary method_75750 Lnet/minecraft/class_267;method_75750()Lnet/minecraft/class_267$class_12223;
      official d Lfsf;d()Lfsf$a;
    • getScore

      public int getScore()
      Specified by:
      getScore in interface ReadableScoreboardScore
      Mappings:
      Namespace Name Mixin selector
      named getScore Lnet/minecraft/scoreboard/ReadableScoreboardScore;getScore()I
      intermediary method_55397 Lnet/minecraft/class_9013;method_55397()I
      official a Lfse;a()I
    • setScore

      public void setScore(int score)
      Mappings:
      Namespace Name Mixin selector
      named setScore Lnet/minecraft/scoreboard/ScoreboardScore;setScore(I)V
      intermediary method_55401 Lnet/minecraft/class_267;method_55401(I)V
      official a Lfsf;a(I)V
    • isLocked

      public boolean isLocked()
      Specified by:
      isLocked in interface ReadableScoreboardScore
      Mappings:
      Namespace Name Mixin selector
      named isLocked Lnet/minecraft/scoreboard/ReadableScoreboardScore;isLocked()Z
      intermediary method_1131 Lnet/minecraft/class_9013;method_1131()Z
      official b Lfse;b()Z
    • setLocked

      public void setLocked(boolean locked)
      Mappings:
      Namespace Name Mixin selector
      named setLocked Lnet/minecraft/scoreboard/ScoreboardScore;setLocked(Z)V
      intermediary method_1125 Lnet/minecraft/class_267;method_1125(Z)V
      official a Lfsf;a(Z)V
    • getDisplayText

      @Nullable public @Nullable Text getDisplayText()
      Mappings:
      Namespace Name Mixin selector
      named getDisplayText Lnet/minecraft/scoreboard/ScoreboardScore;getDisplayText()Lnet/minecraft/text/Text;
      intermediary method_55407 Lnet/minecraft/class_267;method_55407()Lnet/minecraft/class_2561;
      official e Lfsf;e()Lym;
    • setDisplayText

      public void setDisplayText(@Nullable @Nullable Text text)
      Mappings:
      Namespace Name Mixin selector
      named setDisplayText Lnet/minecraft/scoreboard/ScoreboardScore;setDisplayText(Lnet/minecraft/text/Text;)V
      intermediary method_55405 Lnet/minecraft/class_267;method_55405(Lnet/minecraft/class_2561;)V
      official a Lfsf;a(Lym;)V
    • getNumberFormat

      @Nullable public @Nullable NumberFormat getNumberFormat()
      Specified by:
      getNumberFormat in interface ReadableScoreboardScore
      Mappings:
      Namespace Name Mixin selector
      named getNumberFormat Lnet/minecraft/scoreboard/ReadableScoreboardScore;getNumberFormat()Lnet/minecraft/scoreboard/number/NumberFormat;
      intermediary method_55400 Lnet/minecraft/class_9013;method_55400()Lnet/minecraft/class_9022;
      official c Lfse;c()Laal;
    • setNumberFormat

      public void setNumberFormat(@Nullable @Nullable NumberFormat numberFormat)
      Mappings:
      Namespace Name Mixin selector
      named setNumberFormat Lnet/minecraft/scoreboard/ScoreboardScore;setNumberFormat(Lnet/minecraft/scoreboard/number/NumberFormat;)V
      intermediary method_55406 Lnet/minecraft/class_267;method_55406(Lnet/minecraft/class_9022;)V
      official b Lfsf;b(Laal;)V