Package net.minecraft

Record Class class_11714.class_11715

java.lang.Object
java.lang.Record
net.minecraft.class_11714.class_11715
Record Components:
glyph -
All Implemented Interfaces:
GlyphProvider
Enclosing class:
class_11714

@Environment(CLIENT) private static record class_11714.class_11715(OnceBakedGlyph glyph) extends Record implements GlyphProvider
Mappings:
Namespace Name
named net/minecraft/class_11714$class_11715
intermediary net/minecraft/class_11714$class_11715
official gdj$a
named glyph
intermediary comp_4584
official a
  • Field Details

  • Constructor Details

  • Method Details

    • get

      public OnceBakedGlyph get(int codePoint)
      Specified by:
      get in interface GlyphProvider
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/font/GlyphProvider;get(I)Lnet/minecraft/client/font/OnceBakedGlyph;
      intermediary method_72736 Lnet/minecraft/class_11603;method_72736(I)Lnet/minecraft/class_11643;
      official a Lfyr;a(I)Lgds;
    • getObfuscated

      public OnceBakedGlyph getObfuscated(Random random, int width)
      Specified by:
      getObfuscated in interface GlyphProvider
      Mappings:
      Namespace Name Mixin selector
      named getObfuscated Lnet/minecraft/client/font/GlyphProvider;getObfuscated(Lnet/minecraft/util/math/random/Random;I)Lnet/minecraft/client/font/OnceBakedGlyph;
      intermediary method_72737 Lnet/minecraft/class_11603;method_72737(Lnet/minecraft/class_5819;I)Lnet/minecraft/class_11643;
      official a Lfyr;a(Lbcv;I)Lgds;
    • 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.
    • glyph

      public OnceBakedGlyph glyph()
      Returns the value of the glyph record component.
      Returns:
      the value of the glyph record component