Package net.minecraft.scoreboard
Class ScoreboardPlayerScore
java.lang.Object
net.minecraft.scoreboard.ScoreboardPlayerScore
- Mappings:
Namespace Name official bblintermediary net/minecraft/class_1469named net/minecraft/scoreboard/ScoreboardPlayerScore
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator<ScoreboardPlayerScore>private final Scoreboardprivate final ScoreboardObjectiveprivate booleanprivate booleanprivate final Stringprivate int -
Constructor Summary
ConstructorsConstructorDescriptionScoreboardPlayerScore(Scoreboard scoreboard, ScoreboardObjective scoreboardObjective, String string) -
Method Summary
Modifier and TypeMethodDescriptionintgetScore()voidincrementScore(int int2) booleanisLocked()voidvoidmethod_4868(int int2) voidsetLocked(boolean locked) voidsetScore(int score)
-
Field Details
-
field_5683
- Mappings:
Namespace Name Mixin selector official aLbbl;a:Ljava/util/Comparator;intermediary field_5683Lnet/minecraft/class_1469;field_5683:Ljava/util/Comparator;named field_5683Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5683:Ljava/util/Comparator;
-
field_5684
- Mappings:
Namespace Name Mixin selector official bLbbl;b:Lbbn;intermediary field_5684Lnet/minecraft/class_1469;field_5684:Lnet/minecraft/class_1471;named field_5684Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5684:Lnet/minecraft/scoreboard/Scoreboard;
-
field_5685
- Mappings:
Namespace Name Mixin selector official cLbbl;c:Lbbj;intermediary field_5685Lnet/minecraft/class_1469;field_5685:Lnet/minecraft/class_1467;named field_5685Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_5685:Lnet/minecraft/scoreboard/ScoreboardObjective;
-
playerName
- Mappings:
Namespace Name Mixin selector official dLbbl;d:Ljava/lang/String;intermediary field_5686Lnet/minecraft/class_1469;field_5686:Ljava/lang/String;named playerNameLnet/minecraft/scoreboard/ScoreboardPlayerScore;playerName:Ljava/lang/String;
-
score
private int score- Mappings:
Namespace Name Mixin selector official eLbbl;e:Iintermediary field_5687Lnet/minecraft/class_1469;field_5687:Inamed scoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;score:I
-
locked
private boolean locked- Mappings:
Namespace Name Mixin selector official fLbbl;f:Zintermediary field_10274Lnet/minecraft/class_1469;field_10274:Znamed lockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;locked:Z
-
forceUpdate
private boolean forceUpdate- Mappings:
Namespace Name Mixin selector official gLbbl;g:Zintermediary field_10275Lnet/minecraft/class_1469;field_10275:Znamed forceUpdateLnet/minecraft/scoreboard/ScoreboardPlayerScore;forceUpdate:Z
-
-
Constructor Details
-
ScoreboardPlayerScore
public ScoreboardPlayerScore(Scoreboard scoreboard, ScoreboardObjective scoreboardObjective, String string)
-
-
Method Details
-
incrementScore
public void incrementScore(int int2) - Mappings:
Namespace Name Mixin selector official aLbbl;a(I)Vintermediary method_4866Lnet/minecraft/class_1469;method_4866(I)Vnamed incrementScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;incrementScore(I)V
-
method_4868
public void method_4868(int int2) - Mappings:
Namespace Name Mixin selector official bLbbl;b(I)Vintermediary method_4868Lnet/minecraft/class_1469;method_4868(I)Vnamed method_4868Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_4868(I)V
-
method_4865
public void method_4865()- Mappings:
Namespace Name Mixin selector official aLbbl;a()Vintermediary method_4865Lnet/minecraft/class_1469;method_4865()Vnamed method_4865Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_4865()V
-
getScore
public int getScore()- Mappings:
Namespace Name Mixin selector official cLbbl;c()Iintermediary method_4869Lnet/minecraft/class_1469;method_4869()Inamed getScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;getScore()I
-
setScore
public void setScore(int score) - Mappings:
Namespace Name Mixin selector official cLbbl;c(I)Vintermediary method_4870Lnet/minecraft/class_1469;method_4870(I)Vnamed setScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;setScore(I)V
-
getObjective
- Mappings:
Namespace Name Mixin selector official dLbbl;d()Lbbj;intermediary method_4871Lnet/minecraft/class_1469;method_4871()Lnet/minecraft/class_1467;named getObjectiveLnet/minecraft/scoreboard/ScoreboardPlayerScore;getObjective()Lnet/minecraft/scoreboard/ScoreboardObjective;
-
getPlayerName
- Mappings:
Namespace Name Mixin selector official eLbbl;e()Ljava/lang/String;intermediary method_4872Lnet/minecraft/class_1469;method_4872()Ljava/lang/String;named getPlayerNameLnet/minecraft/scoreboard/ScoreboardPlayerScore;getPlayerName()Ljava/lang/String;
-
getScoreboard
- Mappings:
Namespace Name Mixin selector official fLbbl;f()Lbbn;intermediary method_4873Lnet/minecraft/class_1469;method_4873()Lnet/minecraft/class_1471;named getScoreboardLnet/minecraft/scoreboard/ScoreboardPlayerScore;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
-
isLocked
public boolean isLocked()- Mappings:
Namespace Name Mixin selector official gLbbl;g()Zintermediary method_9357Lnet/minecraft/class_1469;method_9357()Znamed isLockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;isLocked()Z
-
setLocked
public void setLocked(boolean locked) - Mappings:
Namespace Name Mixin selector official aLbbl;a(Z)Vintermediary method_9356Lnet/minecraft/class_1469;method_9356(Z)Vnamed setLockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;setLocked(Z)V
-