Package net.minecraft.client.font
Record Class UnicodeTextureFont.class_8543
java.lang.Object
java.lang.Record
net.minecraft.client.font.UnicodeTextureFont.class_8543
- Record Components:
contents
-bitWidth
-
- All Implemented Interfaces:
UnicodeTextureFont.class_8544
- Enclosing class:
UnicodeTextureFont
@Environment(CLIENT)
private static record UnicodeTextureFont.class_8543(int[] contents, int bitWidth)
extends Record
implements UnicodeTextureFont.class_8544
- Mappings:
Namespace Name official erk$e
intermediary net/minecraft/class_391$class_8543
named net/minecraft/client/font/UnicodeTextureFont$class_8543
official a
intermediary comp_1511
named contents
official b
intermediary comp_1512
named bitWidth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
bitWidth()
int[]
contents()
Returns the value of thecontents
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
method_51668
(int int2) method_51676
(int int2, ByteList byteList) (package private) static UnicodeTextureFont.class_8544
method_51677
(int int2, ByteList byteList) final String
toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.font.UnicodeTextureFont.class_8544
method_51678, method_51679
-
Field Details
-
contents
private final int[] contentsThe field for thecontents
record component. -
bitWidth
private final int bitWidthThe field for thebitWidth
record component. -
field_44775
private static final int field_44775- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lerk$e;c:I
intermediary field_44775
Lnet/minecraft/class_391$class_8543;field_44775:I
named field_44775
Lnet/minecraft/client/font/UnicodeTextureFont$class_8543;field_44775:I
-
-
Constructor Details
-
class_8543
private class_8543(int[] int2, int int3)
-
-
Method Details
-
method_51668
public int method_51668(int int2) - Specified by:
method_51668
in interfaceUnicodeTextureFont.class_8544
- Mappings:
Namespace Name Mixin selector official a
Lerk$f;a(I)I
intermediary method_51668
Lnet/minecraft/class_391$class_8544;method_51668(I)I
named method_51668
Lnet/minecraft/client/font/UnicodeTextureFont$class_8544;method_51668(I)I
-
method_51677
- Mappings:
Namespace Name Mixin selector official b
Lerk$e;b(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lerk$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 method_51677
Lnet/minecraft/client/font/UnicodeTextureFont$class_8543;method_51677(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/client/font/UnicodeTextureFont$class_8544;
-
method_51676
- Mappings:
Namespace Name Mixin selector official a
Lerk$e;a(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lerk$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 method_51676
Lnet/minecraft/client/font/UnicodeTextureFont$class_8543;method_51676(ILit/unimi/dsi/fastutil/bytes/ByteList;)Lnet/minecraft/client/font/UnicodeTextureFont$class_8544;
-
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
contents
public int[] contents()Returns the value of thecontents
record component.- Returns:
- the value of the
contents
record component
-
bitWidth
public int bitWidth()- Specified by:
bitWidth
in interfaceUnicodeTextureFont.class_8544
- Mappings:
Namespace Name Mixin selector official a
Lerk$f;a()I
intermediary comp_1512
Lnet/minecraft/class_391$class_8544;comp_1512()I
named bitWidth
Lnet/minecraft/client/font/UnicodeTextureFont$class_8544;bitWidth()I
-