Record Class FontStorage.class_7647

java.lang.Object
java.lang.Record
net.minecraft.client.font.FontStorage.class_7647
Record Components:
glyphInfo -
glyphInfoNotFishy -
Enclosing class:
FontStorage

@Environment(CLIENT) private static record FontStorage.class_7647(Glyph glyphInfo, Glyph glyphInfoNotFishy) extends Record
Mappings:
Namespace Name
official ejf$a
intermediary net/minecraft/class_377$class_7647
named net/minecraft/client/font/FontStorage$class_7647
official a
intermediary comp_979
named glyphInfo
official b
intermediary comp_980
named glyphInfoNotFishy
  • Field Details

    • glyphInfo

      private final Glyph glyphInfo
      The field for the glyphInfo record component.
    • glyphInfoNotFishy

      private final Glyph glyphInfoNotFishy
      The field for the glyphInfoNotFishy record component.
    • field_39935

      static final FontStorage.class_7647 field_39935
      Mappings:
      Namespace Name Mixin selector
      official c Lejf$a;c:Lejf$a;
      intermediary field_39935 Lnet/minecraft/class_377$class_7647;field_39935:Lnet/minecraft/class_377$class_7647;
      named field_39935 Lnet/minecraft/client/font/FontStorage$class_7647;field_39935:Lnet/minecraft/client/font/FontStorage$class_7647;
  • Constructor Details

    • class_7647

      class_7647(Glyph glyph, Glyph glyph2)
  • Method Details

    • method_45080

      Glyph method_45080(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lejf$a;a(Z)Ldys;
      intermediary method_45080 Lnet/minecraft/class_377$class_7647;method_45080(Z)Lnet/minecraft/class_379;
      named method_45080 Lnet/minecraft/client/font/FontStorage$class_7647;method_45080(Z)Lnet/minecraft/client/font/Glyph;
    • 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.
    • glyphInfo

      public Glyph glyphInfo()
      Returns the value of the glyphInfo record component.
      Returns:
      the value of the glyphInfo record component
    • glyphInfoNotFishy

      public Glyph glyphInfoNotFishy()
      Returns the value of the glyphInfoNotFishy record component.
      Returns:
      the value of the glyphInfoNotFishy record component