Package net.minecraft.scoreboard
Class ScoreboardPlayerScore
java.lang.Object
net.minecraft.scoreboard.ScoreboardPlayerScore
public class ScoreboardPlayerScore extends Object
- Mappings:
Namespace Name official aumintermediary net/minecraft/class_652named net/minecraft/scoreboard/ScoreboardPlayerScore
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ScoreboardPlayerScore>field_2441private Scoreboardfield_2442private ScoreboardObjectivefield_2443private booleanforceUpdateprivate booleanlockedprivate StringplayerNameprivate intscore -
Constructor Summary
Constructors Constructor Description ScoreboardPlayerScore(Scoreboard scoreboard, ScoreboardObjective scoreboardObjective, String string) -
Method Summary
Modifier and Type Method Description ScoreboardObjectivegetObjective()StringgetPlayerName()intgetScore()ScoreboardgetScoreboard()voidincrementScore(int int2)booleanisLocked()voidmethod_2110()voidmethod_2112(List<PlayerEntity> list)voidmethod_2114(int int2)voidsetLocked(boolean locked)voidsetScore(int score)
-
Field Details
-
field_2441
- Mappings:
Namespace Name Mixin selector official aLaum;a:Ljava/util/Comparator;intermediary field_2441Lnet/minecraft/class_652;field_2441:Ljava/util/Comparator;named field_2441Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_2441:Ljava/util/Comparator;
-
field_2442
- Mappings:
Namespace Name Mixin selector official bLaum;b:Lauo;intermediary field_2442Lnet/minecraft/class_652;field_2442:Lnet/minecraft/class_653;named field_2442Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_2442:Lnet/minecraft/scoreboard/Scoreboard;
-
field_2443
- Mappings:
Namespace Name Mixin selector official cLaum;c:Lauk;intermediary field_2443Lnet/minecraft/class_652;field_2443:Lnet/minecraft/class_650;named field_2443Lnet/minecraft/scoreboard/ScoreboardPlayerScore;field_2443:Lnet/minecraft/scoreboard/ScoreboardObjective;
-
playerName
- Mappings:
Namespace Name Mixin selector official dLaum;d:Ljava/lang/String;intermediary field_2444Lnet/minecraft/class_652;field_2444:Ljava/lang/String;named playerNameLnet/minecraft/scoreboard/ScoreboardPlayerScore;playerName:Ljava/lang/String;
-
score
private int score- Mappings:
Namespace Name Mixin selector official eLaum;e:Iintermediary field_2445Lnet/minecraft/class_652;field_2445:Inamed scoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;score:I
-
locked
private boolean locked- Mappings:
Namespace Name Mixin selector official fLaum;f:Zintermediary field_2446Lnet/minecraft/class_652;field_2446:Znamed lockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;locked:Z
-
forceUpdate
private boolean forceUpdate- Mappings:
Namespace Name Mixin selector official gLaum;g:Zintermediary field_2447Lnet/minecraft/class_652;field_2447: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 aLaum;a(I)Vintermediary method_2111Lnet/minecraft/class_652;method_2111(I)Vnamed incrementScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;incrementScore(I)V
-
method_2114
public void method_2114(int int2)- Mappings:
Namespace Name Mixin selector official bLaum;b(I)Vintermediary method_2114Lnet/minecraft/class_652;method_2114(I)Vnamed method_2114Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_2114(I)V
-
method_2110
public void method_2110()- Mappings:
Namespace Name Mixin selector official aLaum;a()Vintermediary method_2110Lnet/minecraft/class_652;method_2110()Vnamed method_2110Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_2110()V
-
getScore
public int getScore()- Mappings:
Namespace Name Mixin selector official cLaum;c()Iintermediary method_2115Lnet/minecraft/class_652;method_2115()Inamed getScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;getScore()I
-
setScore
public void setScore(int score)- Mappings:
Namespace Name Mixin selector official cLaum;c(I)Vintermediary method_2116Lnet/minecraft/class_652;method_2116(I)Vnamed setScoreLnet/minecraft/scoreboard/ScoreboardPlayerScore;setScore(I)V
-
getObjective
- Mappings:
Namespace Name Mixin selector official dLaum;d()Lauk;intermediary method_2117Lnet/minecraft/class_652;method_2117()Lnet/minecraft/class_650;named getObjectiveLnet/minecraft/scoreboard/ScoreboardPlayerScore;getObjective()Lnet/minecraft/scoreboard/ScoreboardObjective;
-
getPlayerName
- Mappings:
Namespace Name Mixin selector official eLaum;e()Ljava/lang/String;intermediary method_2118Lnet/minecraft/class_652;method_2118()Ljava/lang/String;named getPlayerNameLnet/minecraft/scoreboard/ScoreboardPlayerScore;getPlayerName()Ljava/lang/String;
-
getScoreboard
- Mappings:
Namespace Name Mixin selector official fLaum;f()Lauo;intermediary method_2119Lnet/minecraft/class_652;method_2119()Lnet/minecraft/class_653;named getScoreboardLnet/minecraft/scoreboard/ScoreboardPlayerScore;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
-
isLocked
public boolean isLocked()- Mappings:
Namespace Name Mixin selector official gLaum;g()Zintermediary method_2120Lnet/minecraft/class_652;method_2120()Znamed isLockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;isLocked()Z
-
setLocked
public void setLocked(boolean locked)- Mappings:
Namespace Name Mixin selector official aLaum;a(Z)Vintermediary method_2113Lnet/minecraft/class_652;method_2113(Z)Vnamed setLockedLnet/minecraft/scoreboard/ScoreboardPlayerScore;setLocked(Z)V
-
method_2112
- Mappings:
Namespace Name Mixin selector official aLaum;a(Ljava/util/List;)Vintermediary method_2112Lnet/minecraft/class_652;method_2112(Ljava/util/List;)Vnamed method_2112Lnet/minecraft/scoreboard/ScoreboardPlayerScore;method_2112(Ljava/util/List;)V
-