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 euointermediary net/minecraft/class_7569named net/minecraft/class_7569official aintermediary comp_880named clientVersionofficial bintermediary comp_881named server
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe field for theclientVersionrecord component.private final class_7569.class_7570The field for theserverrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclientVersionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_7569static class_7569method_44587(RealmsServer realmsServer) static class_7569method_44588(@Nullable class_7569.class_7570 class_7570) static class_7569method_44589(String string) com.mojang.authlib.yggdrasil.request.AbuseReportRequest.ClientInfocom.mojang.authlib.yggdrasil.request.AbuseReportRequest.ThirdPartyServerInfocom.mojang.authlib.yggdrasil.request.AbuseReportRequest.RealmInfoprivate static Stringserver()Returns the value of theserverrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
clientVersion
The field for theclientVersionrecord component. -
server
The field for theserverrecord component.
-
-
Constructor Details
-
class_7569
-
-
Method Details
-
method_44586
- Mappings:
Namespace Name Mixin selector official aLeuo;a()Leuo;intermediary method_44586Lnet/minecraft/class_7569;method_44586()Lnet/minecraft/class_7569;named method_44586Lnet/minecraft/class_7569;method_44586()Lnet/minecraft/class_7569;
-
method_44589
- Mappings:
Namespace Name Mixin selector official aLeuo;a(Ljava/lang/String;)Leuo;intermediary method_44589Lnet/minecraft/class_7569;method_44589(Ljava/lang/String;)Lnet/minecraft/class_7569;named method_44589Lnet/minecraft/class_7569;method_44589(Ljava/lang/String;)Lnet/minecraft/class_7569;
-
method_44587
- Mappings:
Namespace Name Mixin selector official aLeuo;a(Leay;)Leuo;intermediary method_44587Lnet/minecraft/class_7569;method_44587(Lnet/minecraft/class_4877;)Lnet/minecraft/class_7569;named method_44587Lnet/minecraft/class_7569;method_44587(Lnet/minecraft/client/realms/dto/RealmsServer;)Lnet/minecraft/class_7569;
-
method_44588
- Mappings:
Namespace Name Mixin selector official aLeuo;a(Leuo$a;)Leuo;intermediary method_44588Lnet/minecraft/class_7569;method_44588(Lnet/minecraft/class_7569$class_7570;)Lnet/minecraft/class_7569;named method_44588Lnet/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 bLeuo;b()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ClientInfo;intermediary method_44590Lnet/minecraft/class_7569;method_44590()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ClientInfo;named method_44590Lnet/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 cLeuo;c()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;intermediary method_44591Lnet/minecraft/class_7569;method_44591()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;named method_44591Lnet/minecraft/class_7569;method_44591()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$ThirdPartyServerInfo;
-
method_44592
- Mappings:
Namespace Name Mixin selector official dLeuo;d()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;intermediary method_44592Lnet/minecraft/class_7569;method_44592()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;named method_44592Lnet/minecraft/class_7569;method_44592()Lcom/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo;
-
method_44593
- Mappings:
Namespace Name Mixin selector official gLeuo;g()Ljava/lang/String;intermediary method_44593Lnet/minecraft/class_7569;method_44593()Ljava/lang/String;named method_44593Lnet/minecraft/class_7569;method_44593()Ljava/lang/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. -
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. All components in this record class are compared withObjects::equals(Object,Object). -
clientVersion
Returns the value of theclientVersionrecord component.- Returns:
- the value of the
clientVersionrecord component
-
server
Returns the value of theserverrecord component.- Returns:
- the value of the
serverrecord component
-