Package net.minecraft

Record Class class_7569

java.lang.Object
java.lang.Record
net.minecraft.class_7569
Record Components:
clientVersion -
server -

@Environment(CLIENT) public record class_7569(String clientVersion, class_7569.class_7570 server) extends Record
Mappings:
Namespace Name
official euo
intermediary net/minecraft/class_7569
named net/minecraft/class_7569
official a
intermediary comp_880
named clientVersion
official b
intermediary comp_881
named server
  • Field Details

  • Constructor Details

  • Method Details

    • method_44586

      public static class_7569 method_44586()
      Mappings:
      Namespace Name Mixin selector
      official a Leuo;a()Leuo;
      intermediary method_44586 Lnet/minecraft/class_7569;method_44586()Lnet/minecraft/class_7569;
      named method_44586 Lnet/minecraft/class_7569;method_44586()Lnet/minecraft/class_7569;
    • method_44589

      public static class_7569 method_44589(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Leuo;a(Ljava/lang/String;)Leuo;
      intermediary method_44589 Lnet/minecraft/class_7569;method_44589(Ljava/lang/String;)Lnet/minecraft/class_7569;
      named method_44589 Lnet/minecraft/class_7569;method_44589(Ljava/lang/String;)Lnet/minecraft/class_7569;
    • method_44587

      public static class_7569 method_44587(RealmsServer realmsServer)
      Mappings:
      Namespace Name Mixin selector
      official a Leuo;a(Leay;)Leuo;
      intermediary method_44587 Lnet/minecraft/class_7569;method_44587(Lnet/minecraft/class_4877;)Lnet/minecraft/class_7569;
      named method_44587 Lnet/minecraft/class_7569;method_44587(Lnet/minecraft/client/realms/dto/RealmsServer;)Lnet/minecraft/class_7569;
    • method_44588

      public static class_7569 method_44588(@Nullable @Nullable class_7569.class_7570 class_7570)
      Mappings:
      Namespace Name Mixin selector
      official a Leuo;a(Leuo$a;)Leuo;
      intermediary method_44588 Lnet/minecraft/class_7569;method_44588(Lnet/minecraft/class_7569$class_7570;)Lnet/minecraft/class_7569;
      named method_44588 Lnet/minecraft/class_7569;method_44588(Lnet/minecraft/class_7569$class_7570;)Lnet/minecraft/class_7569;
    • method_44590

      public com.mojang.authlib.yggdrasil.request.AbuseReportRequest.ClientInfo method_44590()
      Mappings:
      Namespace Name Mixin selector
      official b Leuo;b()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ClientInfo;
      intermediary method_44590 Lnet/minecraft/class_7569;method_44590()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ClientInfo;
      named method_44590 Lnet/minecraft/class_7569;method_44590()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ClientInfo;
    • method_44591

      @Nullable public com.mojang.authlib.yggdrasil.request.AbuseReportRequest.ThirdPartyServerInfo method_44591()
      Mappings:
      Namespace Name Mixin selector
      official c Leuo;c()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;
      intermediary method_44591 Lnet/minecraft/class_7569;method_44591()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;
      named method_44591 Lnet/minecraft/class_7569;method_44591()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;
    • method_44592

      @Nullable public com.mojang.authlib.yggdrasil.request.AbuseReportRequest.RealmInfo method_44592()
      Mappings:
      Namespace Name Mixin selector
      official d Leuo;d()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;
      intermediary method_44592 Lnet/minecraft/class_7569;method_44592()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;
      named method_44592 Lnet/minecraft/class_7569;method_44592()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;
    • method_44593

      private static String method_44593()
      Mappings:
      Namespace Name Mixin selector
      official g Leuo;g()Ljava/lang/String;
      intermediary method_44593 Lnet/minecraft/class_7569;method_44593()Ljava/lang/String;
      named method_44593 Lnet/minecraft/class_7569;method_44593()Ljava/lang/String;
    • 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.
    • clientVersion

      public String clientVersion()
      Returns the value of the clientVersion record component.
      Returns:
      the value of the clientVersion record component
    • server

      Returns the value of the server record component.
      Returns:
      the value of the server record component