Package net.minecraft.scoreboard
Interface ReadableScoreboardScore
- All Known Implementing Classes:
ScoreboardScore
public interface ReadableScoreboardScore
- Mappings:
Namespace Name official emtintermediary net/minecraft/class_9013named net/minecraft/scoreboard/ReadableScoreboardScore
-
Method Summary
Modifier and TypeMethodDescriptionstatic MutableTextgetFormattedScore(@Nullable ReadableScoreboardScore score, NumberFormat fallbackFormat) default MutableTextgetFormattedScore(NumberFormat fallbackFormat) intgetScore()booleanisLocked()
-
Method Details
-
getScore
int getScore()- Mappings:
Namespace Name Mixin selector official aLemt;a()Iintermediary method_55397Lnet/minecraft/class_9013;method_55397()Inamed getScoreLnet/minecraft/scoreboard/ReadableScoreboardScore;getScore()I
-
isLocked
boolean isLocked()- Mappings:
Namespace Name Mixin selector official bLemt;b()Zintermediary method_1131Lnet/minecraft/class_9013;method_1131()Znamed isLockedLnet/minecraft/scoreboard/ReadableScoreboardScore;isLocked()Z
-
getNumberFormat
- Mappings:
Namespace Name Mixin selector official cLemt;c()Lwv;intermediary method_55400Lnet/minecraft/class_9013;method_55400()Lnet/minecraft/class_9022;named getNumberFormatLnet/minecraft/scoreboard/ReadableScoreboardScore;getNumberFormat()Lnet/minecraft/scoreboard/number/NumberFormat;
-
getFormattedScore
- Mappings:
Namespace Name Mixin selector official aLemt;a(Lwv;)Lvt;intermediary method_55399Lnet/minecraft/class_9013;method_55399(Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;named getFormattedScoreLnet/minecraft/scoreboard/ReadableScoreboardScore;getFormattedScore(Lnet/minecraft/scoreboard/number/NumberFormat;)Lnet/minecraft/text/MutableText;
-
getFormattedScore
static MutableText getFormattedScore(@Nullable @Nullable ReadableScoreboardScore score, NumberFormat fallbackFormat) - Mappings:
Namespace Name Mixin selector official aLemt;a(Lemt;Lwv;)Lvt;intermediary method_55398Lnet/minecraft/class_9013;method_55398(Lnet/minecraft/class_9013;Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;named getFormattedScoreLnet/minecraft/scoreboard/ReadableScoreboardScore;getFormattedScore(Lnet/minecraft/scoreboard/ReadableScoreboardScore;Lnet/minecraft/scoreboard/number/NumberFormat;)Lnet/minecraft/text/MutableText;
-