Package net.minecraft.client.realms.dto
Record Class RealmsNotification.class_8815
java.lang.Object
java.lang.Record
net.minecraft.client.realms.dto.RealmsNotification.class_8815
- Record Components:
url-urlText-
- Enclosing class:
RealmsNotification
@Environment(CLIENT)
private static record RealmsNotification.class_8815(String url, RealmsText urlText)
extends Record
- Mappings:
Namespace Name official emp$bintermediary net/minecraft/class_8204$class_8815named net/minecraft/client/realms/dto/RealmsNotification$class_8815official aintermediary comp_1974named urlofficial bintermediary comp_1975named urlText
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_54113(com.google.gson.JsonObject jsonObject) final StringtoString()Returns a string representation of this record class.url()Returns the value of theurlrecord component.urlText()Returns the value of theurlTextrecord component.
-
Field Details
-
url
The field for theurlrecord component. -
urlText
The field for theurlTextrecord component. -
field_46548
- See Also:
- Mappings:
Namespace Name Mixin selector official cLemp$b;c:Ljava/lang/String;intermediary field_46548Lnet/minecraft/class_8204$class_8815;field_46548:Ljava/lang/String;named field_46548Lnet/minecraft/client/realms/dto/RealmsNotification$class_8815;field_46548:Ljava/lang/String;
-
field_46549
- See Also:
- Mappings:
Namespace Name Mixin selector official dLemp$b;d:Ljava/lang/String;intermediary field_46549Lnet/minecraft/class_8204$class_8815;field_46549:Ljava/lang/String;named field_46549Lnet/minecraft/client/realms/dto/RealmsNotification$class_8815;field_46549:Ljava/lang/String;
-
-
Constructor Details
-
class_8815
-
-
Method Details
-
method_54113
- Mappings:
Namespace Name Mixin selector official aLemp$b;a(Lcom/google/gson/JsonObject;)Lemp$b;intermediary method_54113Lnet/minecraft/class_8204$class_8815;method_54113(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_8204$class_8815;named method_54113Lnet/minecraft/client/realms/dto/RealmsNotification$class_8815;method_54113(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/realms/dto/RealmsNotification$class_8815;
-
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). -
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-
urlText
Returns the value of theurlTextrecord component.- Returns:
- the value of the
urlTextrecord component
-