Package net.minecraft
Record Class class_11714.class_11716
java.lang.Object
java.lang.Record
net.minecraft.class_11714.class_11716
- Record Components:
bakedGlyph-
- All Implemented Interfaces:
OnceBakedGlyph
- Enclosing class:
class_11714
@Environment(CLIENT)
private static record class_11714.class_11716(BakedGlyph bakedGlyph)
extends Record
implements OnceBakedGlyph
- Mappings:
Namespace Name named net/minecraft/class_11714$class_11716intermediary net/minecraft/class_11714$class_11716official gdj$bnamed bakedGlyphintermediary comp_4585official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BakedGlyphThe field for thebakedGlyphrecord component.static final floatstatic final floatstatic final Glyph -
Constructor Summary
ConstructorsConstructorDescriptionclass_11716(BakedGlyph bakedGlyph) Creates an instance of aclass_11716record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebakedGlyphrecord component.final booleanIndicates whether some other object is "equal to" this one.glyph()final inthashCode()Returns a hash code value for this object.(package private) static BakedGlyphmethod_73145(TextRenderLayerSet textRenderLayerSet, GpuTextureView gpuTextureView, Sprite sprite) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
bakedGlyph
The field for thebakedGlyphrecord component. -
field_61931
public static final float field_61931- See Also:
- Mappings:
Namespace Name Mixin selector named field_61931Lnet/minecraft/class_11714$class_11716;field_61931:Fintermediary field_61931Lnet/minecraft/class_11714$class_11716;field_61931:Fofficial aLgdj$b;a:F
-
field_61932
public static final float field_61932- See Also:
- Mappings:
Namespace Name Mixin selector named field_61932Lnet/minecraft/class_11714$class_11716;field_61932:Fintermediary field_61932Lnet/minecraft/class_11714$class_11716;field_61932:Fofficial bLgdj$b;b:F
-
field_61933
- Mappings:
Namespace Name Mixin selector named field_61933Lnet/minecraft/class_11714$class_11716;field_61933:Lnet/minecraft/client/font/Glyph;intermediary field_61933Lnet/minecraft/class_11714$class_11716;field_61933:Lnet/minecraft/class_379;official cLgdj$b;c:Lfnf;
-
-
Constructor Details
-
class_11716
class_11716(BakedGlyph bakedGlyph) Creates an instance of aclass_11716record class.- Parameters:
bakedGlyph- the value for thebakedGlyphrecord component
-
-
Method Details
-
method_73145
static BakedGlyph method_73145(TextRenderLayerSet textRenderLayerSet, GpuTextureView gpuTextureView, Sprite sprite) - Mappings:
Namespace Name Mixin selector named method_73145Lnet/minecraft/class_11714$class_11716;method_73145(Lnet/minecraft/client/font/TextRenderLayerSet;Lcom/mojang/blaze3d/textures/GpuTextureView;Lnet/minecraft/client/texture/Sprite;)Lnet/minecraft/client/font/BakedGlyph;intermediary method_73145Lnet/minecraft/class_11714$class_11716;method_73145(Lnet/minecraft/class_8538;Lcom/mojang/blaze3d/textures/GpuTextureView;Lnet/minecraft/class_1058;)Lnet/minecraft/class_382;official aLgdj$b;a(Lgdp;Lcom/mojang/blaze3d/textures/GpuTextureView;Lhvo;)Lgdt;
-
glyph
- Specified by:
glyphin interfaceOnceBakedGlyph- Mappings:
Namespace Name Mixin selector named glyphLnet/minecraft/client/font/OnceBakedGlyph;glyph()Lnet/minecraft/client/font/Glyph;intermediary method_72790Lnet/minecraft/class_11643;method_72790()Lnet/minecraft/class_379;official aLgds;a()Lfnf;
-
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). -
bakedGlyph
Returns the value of thebakedGlyphrecord component.- Specified by:
bakedGlyphin interfaceOnceBakedGlyph- Returns:
- the value of the
bakedGlyphrecord component
-