Record Class SpaceFont.Loader

java.lang.Object
java.lang.Record
net.minecraft.client.font.SpaceFont.Loader
Record Components:
advances -
All Implemented Interfaces:
FontLoader
Enclosing class:
SpaceFont

@Environment(CLIENT) public static record SpaceFont.Loader(Map<Integer,Float> advances) extends Record implements FontLoader
Mappings:
Namespace Name
named net/minecraft/client/font/SpaceFont$Loader
intermediary net/minecraft/class_7166$class_8554
official eyf$a
named advances
intermediary comp_1517
official c
  • Field Details

    • advances

      private final Map<Integer,Float> advances
      The field for the advances record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<SpaceFont.Loader> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/font/SpaceFont$Loader;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_44791 Lnet/minecraft/class_7166$class_8554;field_44791:Lcom/mojang/serialization/MapCodec;
      official a Leyf$a;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • getType

      public FontType getType()
      Specified by:
      getType in interface FontLoader
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/client/font/FontLoader;getType()Lnet/minecraft/client/font/FontType;
      intermediary method_51731 Lnet/minecraft/class_389;method_51731()Lnet/minecraft/class_394;
      official a Lfki;a()Lfkj;
    • build

      public com.mojang.datafixers.util.Either<FontLoader.Loadable,FontLoader.Reference> build()
      Specified by:
      build in interface FontLoader
      Mappings:
      Namespace Name Mixin selector
      named build Lnet/minecraft/client/font/FontLoader;build()Lcom/mojang/datafixers/util/Either;
      intermediary method_51734 Lnet/minecraft/class_389;method_51734()Lcom/mojang/datafixers/util/Either;
      official b Lfki;b()Lcom/mojang/datafixers/util/Either;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • advances

      public Map<Integer,Float> advances()
      Returns the value of the advances record component.
      Returns:
      the value of the advances record component