Package net.minecraft.client.font
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$aintermediary net/minecraft/class_377$class_7647named net/minecraft/client/font/FontStorage$class_7647official aintermediary comp_979named glyphInfoofficial bintermediary comp_980named glyphInfoNotFishy
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final FontStorage.class_7647private final GlyphThe field for theglyphInforecord component.private final GlyphThe field for theglyphInfoNotFishyrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theglyphInforecord component.Returns the value of theglyphInfoNotFishyrecord component.final inthashCode()Returns a hash code value for this object.(package private) Glyphmethod_45080(boolean bool) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
glyphInfo
The field for theglyphInforecord component. -
glyphInfoNotFishy
The field for theglyphInfoNotFishyrecord component. -
field_39935
- Mappings:
Namespace Name Mixin selector official cLejf$a;c:Lejf$a;intermediary field_39935Lnet/minecraft/class_377$class_7647;field_39935:Lnet/minecraft/class_377$class_7647;named field_39935Lnet/minecraft/client/font/FontStorage$class_7647;field_39935:Lnet/minecraft/client/font/FontStorage$class_7647;
-
-
Constructor Details
-
class_7647
-
-
Method Details
-
method_45080
- Mappings:
Namespace Name Mixin selector official aLejf$a;a(Z)Ldys;intermediary method_45080Lnet/minecraft/class_377$class_7647;method_45080(Z)Lnet/minecraft/class_379;named method_45080Lnet/minecraft/client/font/FontStorage$class_7647;method_45080(Z)Lnet/minecraft/client/font/Glyph;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
glyphInfo
Returns the value of theglyphInforecord component.- Returns:
- the value of the
glyphInforecord component
-
glyphInfoNotFishy
Returns the value of theglyphInfoNotFishyrecord component.- Returns:
- the value of the
glyphInfoNotFishyrecord component
-