Package net.minecraft.scoreboard.number
Interface NumberFormat
- All Known Implementing Classes:
BlankNumberFormat
,FixedNumberFormat
,StyledNumberFormat
public interface NumberFormat
- Mappings:
Namespace Name official wv
intermediary net/minecraft/class_9022
named net/minecraft/scoreboard/number/NumberFormat
-
Method Summary
Modifier and TypeMethodDescriptionformat
(int number) NumberFormatType<? extends NumberFormat>
getType()
-
Method Details
-
format
- Mappings:
Namespace Name Mixin selector official a
Lwv;a(I)Lvt;
intermediary method_55457
Lnet/minecraft/class_9022;method_55457(I)Lnet/minecraft/class_5250;
named format
Lnet/minecraft/scoreboard/number/NumberFormat;format(I)Lnet/minecraft/text/MutableText;
-
getType
NumberFormatType<? extends NumberFormat> getType()- Mappings:
Namespace Name Mixin selector official a
Lwv;a()Lww;
intermediary method_55456
Lnet/minecraft/class_9022;method_55456()Lnet/minecraft/class_9023;
named getType
Lnet/minecraft/scoreboard/number/NumberFormat;getType()Lnet/minecraft/scoreboard/number/NumberFormatType;
-