Package net.minecraft

Record Class class_11905

java.lang.Object
java.lang.Record
net.minecraft.class_11905
Record Components:
codepoint -
modifiers -

@Environment(CLIENT) public record class_11905(int codepoint, int modifiers) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11905
intermediary net/minecraft/class_11905
official gsg
named codepoint
intermediary comp_4793
official a
named modifiers
intermediary comp_4794
official b
  • Field Details

    • codepoint

      private final int codepoint
      The field for the codepoint record component.
    • modifiers

      private final int modifiers
      The field for the modifiers record component.
  • Constructor Details

    • class_11905

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

    • method_74226

      public String method_74226()
      Mappings:
      Namespace Name Mixin selector
      named method_74226 Lnet/minecraft/class_11905;method_74226()Ljava/lang/String;
      intermediary method_74226 Lnet/minecraft/class_11905;method_74226()Ljava/lang/String;
      official a Lgsg;a()Ljava/lang/String;
    • method_74227

      public boolean method_74227()
      Mappings:
      Namespace Name Mixin selector
      named method_74227 Lnet/minecraft/class_11905;method_74227()Z
      intermediary method_74227 Lnet/minecraft/class_11905;method_74227()Z
      official b Lgsg;b()Z
    • 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.
    • codepoint

      public int codepoint()
      Returns the value of the codepoint record component.
      Returns:
      the value of the codepoint record component
    • modifiers

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