Record Class UnicodeTextureFont.class_8542

java.lang.Object
java.lang.Record
net.minecraft.client.font.UnicodeTextureFont.class_8542
Record Components:
left -
right -
Enclosing class:
UnicodeTextureFont

@Environment(CLIENT) public static record UnicodeTextureFont.class_8542(int left, int right) extends Record
Mappings:
Namespace Name
official erk$c
intermediary net/minecraft/class_391$class_8542
named net/minecraft/client/font/UnicodeTextureFont$class_8542
official c
intermediary comp_1506
named left
official d
intermediary comp_1507
named right
  • Field Details

    • left

      private final int left
      The field for the left record component.
    • field_44773

      public static final com.mojang.serialization.MapCodec<UnicodeTextureFont.class_8542> field_44773
      Mappings:
      Namespace Name Mixin selector
      official a Lerk$c;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_44773 Lnet/minecraft/class_391$class_8542;field_44773:Lcom/mojang/serialization/MapCodec;
      named field_44773 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;field_44773:Lcom/mojang/serialization/MapCodec;
    • field_44774

      public static final com.mojang.serialization.Codec<UnicodeTextureFont.class_8542> field_44774
      Mappings:
      Namespace Name Mixin selector
      official b Lerk$c;b:Lcom/mojang/serialization/Codec;
      intermediary field_44774 Lnet/minecraft/class_391$class_8542;field_44774:Lcom/mojang/serialization/Codec;
      named field_44774 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;field_44774:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_8542

      public class_8542(int int2, int int3)
  • Method Details

    • method_51670

      public int method_51670()
      Mappings:
      Namespace Name Mixin selector
      official a Lerk$c;a()I
      intermediary method_51670 Lnet/minecraft/class_391$class_8542;method_51670()I
      named method_51670 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;method_51670()I
    • method_51672

      public static int method_51672(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lerk$c;a(II)I
      intermediary method_51672 Lnet/minecraft/class_391$class_8542;method_51672(II)I
      named method_51672 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;method_51672(II)I
    • method_51671

      public static int method_51671(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lerk$c;a(I)I
      intermediary method_51671 Lnet/minecraft/class_391$class_8542;method_51671(I)I
      named method_51671 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;method_51671(I)I
    • method_51674

      public static int method_51674(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lerk$c;b(I)I
      intermediary method_51674 Lnet/minecraft/class_391$class_8542;method_51674(I)I
      named method_51674 Lnet/minecraft/client/font/UnicodeTextureFont$class_8542;method_51674(I)I
    • 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 '=='.
      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.
    • left

      public int left()
      Returns the value of the left record component.
      Returns:
      the value of the left record component
    • right

      public int right()
      Returns the value of the right record component.
      Returns:
      the value of the right record component