Package net.minecraft.scoreboard
Interface ReadableScoreboardScore
- All Known Implementing Classes:
- ScoreboardScore
public interface ReadableScoreboardScore
- Mappings:
- Namespace - Name - named - net/minecraft/scoreboard/ReadableScoreboardScore- intermediary - net/minecraft/class_9013- official - fcc
- 
Method SummaryModifier and TypeMethodDescriptionstatic MutableTextgetFormattedScore(@Nullable ReadableScoreboardScore score, NumberFormat fallbackFormat) default MutableTextgetFormattedScore(NumberFormat fallbackFormat) intgetScore()booleanisLocked()
- 
Method Details- 
getScoreint getScore()- 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- Lfcc;a()I
 
- 
isLockedboolean isLocked()- 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- Lfcc;b()Z
 
- 
getNumberFormat- 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- Lfcc;c()Lyf;
 
- 
getFormattedScore- Mappings:
- Namespace - Name - Mixin selector - named - getFormattedScore- Lnet/minecraft/scoreboard/ReadableScoreboardScore;getFormattedScore(Lnet/minecraft/scoreboard/number/NumberFormat;)Lnet/minecraft/text/MutableText;- intermediary - method_55399- Lnet/minecraft/class_9013;method_55399(Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;- official - a- Lfcc;a(Lyf;)Lxd;
 
- 
getFormattedScorestatic MutableText getFormattedScore(@Nullable @Nullable ReadableScoreboardScore score, NumberFormat fallbackFormat) - Mappings:
- Namespace - Name - Mixin selector - named - getFormattedScore- Lnet/minecraft/scoreboard/ReadableScoreboardScore;getFormattedScore(Lnet/minecraft/scoreboard/ReadableScoreboardScore;Lnet/minecraft/scoreboard/number/NumberFormat;)Lnet/minecraft/text/MutableText;- intermediary - method_55398- Lnet/minecraft/class_9013;method_55398(Lnet/minecraft/class_9013;Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;- official - a- Lfcc;a(Lfcc;Lyf;)Lxd;
 
 
-