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 zf
  • Method Details

    • format

      MutableText format(int number)
      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 Lzf;a(I)Lyd;
    • getType

      NumberFormatType<? 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 Lzf;a()Lzg;