Class BlankNumberFormat

java.lang.Object
net.minecraft.scoreboard.number.BlankNumberFormat
All Implemented Interfaces:
NumberFormat

public class BlankNumberFormat extends Object implements NumberFormat
Mappings:
Namespace Name
official wt
intermediary net/minecraft/class_9020
named net/minecraft/scoreboard/number/BlankNumberFormat
  • Field Details

    • INSTANCE

      public static final BlankNumberFormat INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Lwt;a:Lwt;
      intermediary field_47557 Lnet/minecraft/class_9020;field_47557:Lnet/minecraft/class_9020;
      named INSTANCE Lnet/minecraft/scoreboard/number/BlankNumberFormat;INSTANCE:Lnet/minecraft/scoreboard/number/BlankNumberFormat;
    • TYPE

      public static final NumberFormatType<BlankNumberFormat> TYPE
      Mappings:
      Namespace Name Mixin selector
      official b Lwt;b:Lww;
      intermediary field_47558 Lnet/minecraft/class_9020;field_47558:Lnet/minecraft/class_9023;
      named TYPE Lnet/minecraft/scoreboard/number/BlankNumberFormat;TYPE:Lnet/minecraft/scoreboard/number/NumberFormatType;
  • Constructor Details

    • BlankNumberFormat

      public BlankNumberFormat()
  • Method Details

    • format

      public MutableText format(int number)
      Specified by:
      format in interface NumberFormat
      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

      Specified by:
      getType in interface NumberFormat
      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;