Package net.minecraft.client.font
Record Class UnihexFont.FontImage32x16
java.lang.Object
java.lang.Record
net.minecraft.client.font.UnihexFont.FontImage32x16
- Record Components:
- contents-
- bitWidth-
- All Implemented Interfaces:
- UnihexFont.BitmapGlyph
- Enclosing class:
- UnihexFont
@Environment(CLIENT)
private static record UnihexFont.FontImage32x16(int[] contents, int bitWidth)
extends Record
implements UnihexFont.BitmapGlyph
- Mappings:
- Namespace - Name - official - esb$e- intermediary - net/minecraft/class_391$class_8543- named - net/minecraft/client/font/UnihexFont$FontImage32x16- official - a- intermediary - comp_1511- named - contents- official - b- intermediary - comp_1512- named - bitWidth
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbitWidth()int[]contents()Returns the value of thecontentsrecord component.final booleanIndicates whether some other object is "equal to" this one.intgetPixels(int y) final inthashCode()Returns a hash code value for this object.(package private) static UnihexFont.BitmapGlyphstatic UnihexFont.BitmapGlyphfinal StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.font.UnihexFont.BitmapGlyphgetNonemptyColumnBitmask, getPackedDimensions
- 
Field Details- 
contentsprivate final int[] contentsThe field for thecontentsrecord component.
- 
bitWidthprivate final int bitWidthThe field for thebitWidthrecord component.
- 
field_44775private static final int field_44775- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lesb$e;c:I- intermediary - field_44775- Lnet/minecraft/class_391$class_8543;field_44775:I- named - field_44775- Lnet/minecraft/client/font/UnihexFont$FontImage32x16;field_44775:I
 
 
- 
- 
Constructor Details- 
FontImage32x16private FontImage32x16(int[] int2, int int3) 
 
- 
- 
Method Details- 
getPixelspublic int getPixels(int y) - Specified by:
- getPixelsin interface- UnihexFont.BitmapGlyph
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lesb$f;a(I)I- intermediary - method_51668- Lnet/minecraft/class_391$class_8544;method_51668(I)I- named - getPixels- Lnet/minecraft/client/font/UnihexFont$BitmapGlyph;getPixels(I)I
 
- 
read24x16- Mappings:
- Namespace - Name - Mixin selector - official - b- Lesb$e;b(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lesb$f;- intermediary - method_51677- Lnet/minecraft/class_391$class_8543;method_51677(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/class_391$class_8544;- named - read24x16- Lnet/minecraft/client/font/UnihexFont$FontImage32x16;read24x16(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/client/font/UnihexFont$BitmapGlyph;
 
- 
read32x16- Mappings:
- Namespace - Name - Mixin selector - official - a- Lesb$e;a(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lesb$f;- intermediary - method_51676- Lnet/minecraft/class_391$class_8543;method_51676(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/class_391$class_8544;- named - read32x16- Lnet/minecraft/client/font/UnihexFont$FontImage32x16;read32x16(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/client/font/UnihexFont$BitmapGlyph;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
contentspublic int[] contents()Returns the value of thecontentsrecord component.- Returns:
- the value of the contentsrecord component
 
- 
bitWidthpublic int bitWidth()- Specified by:
- bitWidthin interface- UnihexFont.BitmapGlyph
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lesb$f;a()I- intermediary - comp_1512- Lnet/minecraft/class_391$class_8544;comp_1512()I- named - bitWidth- Lnet/minecraft/client/font/UnihexFont$BitmapGlyph;bitWidth()I
 
 
-