Class ScoreboardPlayerScore

java.lang.Object
net.minecraft.scoreboard.ScoreboardPlayerScore

public class ScoreboardPlayerScore extends Object
Mappings:
Namespace Name
official bhi
intermediary net/minecraft/class_1469
named net/minecraft/scoreboard/ScoreboardPlayerScore
  • Field Details

    • field_5683

      public static final Comparator<ScoreboardPlayerScore> field_5683
      Mappings:
      Namespace Name Mixin selector
      official a Lbhi;a:Ljava/util/Comparator;
      intermediary field_5683 Lnet/minecraft/class_1469;field_5683:Ljava/util/Comparator;
      named field_5683 Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5683:Ljava/util/Comparator;
    • field_5684

      private final Scoreboard field_5684
      Mappings:
      Namespace Name Mixin selector
      official b Lbhi;b:Lbhk;
      intermediary field_5684 Lnet/minecraft/class_1469;field_5684:Lnet/minecraft/class_1471;
      named field_5684 Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5684:Lnet/minecraft/scoreboard/Scoreboard;
    • field_5685

      private final ScoreboardObjective field_5685
      Mappings:
      Namespace Name Mixin selector
      official c Lbhi;c:Lbhg;
      intermediary field_5685 Lnet/minecraft/class_1469;field_5685:Lnet/minecraft/class_1467;
      named field_5685 Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5685:Lnet/minecraft/scoreboard/ScoreboardObjective;
    • playerName

      private final String playerName
      Mappings:
      Namespace Name Mixin selector
      official d Lbhi;d:Ljava/lang/String;
      intermediary field_5686 Lnet/minecraft/class_1469;field_5686:Ljava/lang/String;
      named playerName Lnet/minecraft/scoreboard/ScoreboardPlayerScore;playerName:Ljava/lang/String;
    • score

      private int score
      Mappings:
      Namespace Name Mixin selector
      official e Lbhi;e:I
      intermediary field_5687 Lnet/minecraft/class_1469;field_5687:I
      named score Lnet/minecraft/scoreboard/ScoreboardPlayerScore;score:I
    • locked

      private boolean locked
      Mappings:
      Namespace Name Mixin selector
      official f Lbhi;f:Z
      intermediary field_10274 Lnet/minecraft/class_1469;field_10274:Z
      named locked Lnet/minecraft/scoreboard/ScoreboardPlayerScore;locked:Z
    • forceUpdate

      private boolean forceUpdate
      Mappings:
      Namespace Name Mixin selector
      official g Lbhi;g:Z
      intermediary field_10275 Lnet/minecraft/class_1469;field_10275:Z
      named forceUpdate Lnet/minecraft/scoreboard/ScoreboardPlayerScore;forceUpdate:Z
  • Constructor Details

  • Method Details

    • incrementScore

      public void incrementScore(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhi;a(I)V
      intermediary method_4866 Lnet/minecraft/class_1469;method_4866(I)V
      named incrementScore Lnet/minecraft/scoreboard/ScoreboardPlayerScore;incrementScore(I)V
    • method_4868

      public void method_4868(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lbhi;b(I)V
      intermediary method_4868 Lnet/minecraft/class_1469;method_4868(I)V
      named method_4868 Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_4868(I)V
    • method_4865

      public void method_4865()
      Mappings:
      Namespace Name Mixin selector
      official a Lbhi;a()V
      intermediary method_4865 Lnet/minecraft/class_1469;method_4865()V
      named method_4865 Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_4865()V
    • getScore

      public int getScore()
      Mappings:
      Namespace Name Mixin selector
      official c Lbhi;c()I
      intermediary method_4869 Lnet/minecraft/class_1469;method_4869()I
      named getScore Lnet/minecraft/scoreboard/ScoreboardPlayerScore;getScore()I
    • setScore

      public void setScore(int score)
      Mappings:
      Namespace Name Mixin selector
      official c Lbhi;c(I)V
      intermediary method_4870 Lnet/minecraft/class_1469;method_4870(I)V
      named setScore Lnet/minecraft/scoreboard/ScoreboardPlayerScore;setScore(I)V
    • getObjective

      public ScoreboardObjective getObjective()
      Mappings:
      Namespace Name Mixin selector
      official d Lbhi;d()Lbhg;
      intermediary method_4871 Lnet/minecraft/class_1469;method_4871()Lnet/minecraft/class_1467;
      named getObjective Lnet/minecraft/scoreboard/ScoreboardPlayerScore;getObjective()Lnet/minecraft/scoreboard/ScoreboardObjective;
    • getPlayerName

      public String getPlayerName()
      Mappings:
      Namespace Name Mixin selector
      official e Lbhi;e()Ljava/lang/String;
      intermediary method_4872 Lnet/minecraft/class_1469;method_4872()Ljava/lang/String;
      named getPlayerName Lnet/minecraft/scoreboard/ScoreboardPlayerScore;getPlayerName()Ljava/lang/String;
    • getScoreboard

      public Scoreboard getScoreboard()
      Mappings:
      Namespace Name Mixin selector
      official f Lbhi;f()Lbhk;
      intermediary method_4873 Lnet/minecraft/class_1469;method_4873()Lnet/minecraft/class_1471;
      named getScoreboard Lnet/minecraft/scoreboard/ScoreboardPlayerScore;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
    • isLocked

      public boolean isLocked()
      Mappings:
      Namespace Name Mixin selector
      official g Lbhi;g()Z
      intermediary method_9357 Lnet/minecraft/class_1469;method_9357()Z
      named isLocked Lnet/minecraft/scoreboard/ScoreboardPlayerScore;isLocked()Z
    • setLocked

      public void setLocked(boolean locked)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhi;a(Z)V
      intermediary method_9356 Lnet/minecraft/class_1469;method_9356(Z)V
      named setLocked Lnet/minecraft/scoreboard/ScoreboardPlayerScore;setLocked(Z)V