Package net.minecraft

Record Class class_7574

java.lang.Object
java.lang.Record
net.minecraft.class_7574
Record Components:
sender -
environment -
chatLog -

@Environment(CLIENT) public record class_7574(class_7563 sender, class_7569 environment, class_7555 chatLog) extends Record
Mappings:
Namespace Name
official euq
intermediary net/minecraft/class_7574
named net/minecraft/class_7574
official a
intermediary comp_885
named sender
official b
intermediary comp_886
named environment
official c
intermediary comp_887
named chatLog
  • Field Details

    • sender

      private final class_7563 sender
      The field for the sender record component.
    • environment

      private final class_7569 environment
      The field for the environment record component.
    • chatLog

      private final class_7555 chatLog
      The field for the chatLog record component.
    • field_39675

      private static final int field_39675
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Leuq;d:I
      intermediary field_39675 Lnet/minecraft/class_7574;field_39675:I
      named field_39675 Lnet/minecraft/class_7574;field_39675:I
  • Constructor Details

  • Method Details

    • method_44599

      public static class_7574 method_44599(class_7569 class_7569, com.mojang.authlib.minecraft.UserApiService userApiService)
      Mappings:
      Namespace Name Mixin selector
      official a Leuq;a(Leuo;Lcom/mojang/authlib/minecraft/UserApiService;)Leuq;
      intermediary method_44599 Lnet/minecraft/class_7574;method_44599(Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7574;
      named method_44599 Lnet/minecraft/class_7574;method_44599(Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7574;
    • method_44598

      public boolean method_44598(class_7569 class_7569)
      Mappings:
      Namespace Name Mixin selector
      official a Leuq;a(Leuo;)Z
      intermediary method_44598 Lnet/minecraft/class_7574;method_44598(Lnet/minecraft/class_7569;)Z
      named method_44598 Lnet/minecraft/class_7574;method_44598(Lnet/minecraft/class_7569;)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 Objects::equals(Object,Object).
      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.
    • sender

      public class_7563 sender()
      Returns the value of the sender record component.
      Returns:
      the value of the sender record component
    • environment

      public class_7569 environment()
      Returns the value of the environment record component.
      Returns:
      the value of the environment record component
    • chatLog

      public class_7555 chatLog()
      Returns the value of the chatLog record component.
      Returns:
      the value of the chatLog record component