Package net.minecraft.scoreboard
Interface ReadableScoreboardScore
- All Known Implementing Classes:
ScoreboardScore
public interface ReadableScoreboardScore
- Mappings:
Namespace Name official emt
intermediary net/minecraft/class_9013
named net/minecraft/scoreboard/ReadableScoreboardScore
-
Method Summary
Modifier and TypeMethodDescriptionstatic MutableText
getFormattedScore
(@Nullable ReadableScoreboardScore score, NumberFormat fallbackFormat) default MutableText
getFormattedScore
(NumberFormat fallbackFormat) int
getScore()
boolean
isLocked()
-
Method Details
-
getScore
int getScore()- Mappings:
Namespace Name Mixin selector official a
Lemt;a()I
intermediary method_55397
Lnet/minecraft/class_9013;method_55397()I
named getScore
Lnet/minecraft/scoreboard/ReadableScoreboardScore;getScore()I
-
isLocked
boolean isLocked()- Mappings:
Namespace Name Mixin selector official b
Lemt;b()Z
intermediary method_1131
Lnet/minecraft/class_9013;method_1131()Z
named isLocked
Lnet/minecraft/scoreboard/ReadableScoreboardScore;isLocked()Z
-
getNumberFormat
- Mappings:
Namespace Name Mixin selector official c
Lemt;c()Lwv;
intermediary method_55400
Lnet/minecraft/class_9013;method_55400()Lnet/minecraft/class_9022;
named getNumberFormat
Lnet/minecraft/scoreboard/ReadableScoreboardScore;getNumberFormat()Lnet/minecraft/scoreboard/number/NumberFormat;
-
getFormattedScore
- Mappings:
Namespace Name Mixin selector official a
Lemt;a(Lwv;)Lvt;
intermediary method_55399
Lnet/minecraft/class_9013;method_55399(Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;
named getFormattedScore
Lnet/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 a
Lemt;a(Lemt;Lwv;)Lvt;
intermediary method_55398
Lnet/minecraft/class_9013;method_55398(Lnet/minecraft/class_9013;Lnet/minecraft/class_9022;)Lnet/minecraft/class_5250;
named getFormattedScore
Lnet/minecraft/scoreboard/ReadableScoreboardScore;getFormattedScore(Lnet/minecraft/scoreboard/ReadableScoreboardScore;Lnet/minecraft/scoreboard/number/NumberFormat;)Lnet/minecraft/text/MutableText;
-