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