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/NumberFormatintermediary net/minecraft/class_9022official zw
- 
Method Summary
Modifier and TypeMethodDescriptionformat(int number) NumberFormatType<? extends NumberFormat> getType() 
- 
Method Details
- 
format
- Mappings:
 Namespace Name Mixin selector named formatLnet/minecraft/scoreboard/number/NumberFormat;format(I)Lnet/minecraft/text/MutableText;intermediary method_55457Lnet/minecraft/class_9022;method_55457(I)Lnet/minecraft/class_5250;official aLzw;a(I)Lym;
 - 
getType
NumberFormatType<? extends NumberFormat> getType()- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/scoreboard/number/NumberFormat;getType()Lnet/minecraft/scoreboard/number/NumberFormatType;intermediary method_55456Lnet/minecraft/class_9022;method_55456()Lnet/minecraft/class_9023;official aLzw;a()Lzx;
 
 -