Package net.minecraft
Record Class class_7557.class_7558
java.lang.Object
java.lang.Record
net.minecraft.class_7557.class_7558
- Record Components:
profile-displayName-message-
- All Implemented Interfaces:
class_7557
- Enclosing interface:
class_7557
@Environment(CLIENT)
public static record class_7557.class_7558(com.mojang.authlib.GameProfile profile, Text displayName, SignedMessage message)
extends Record
implements class_7557
- Mappings:
Namespace Name official euj$aintermediary net/minecraft/class_7557$class_7558named net/minecraft/class_7557$class_7558official aintermediary comp_868named profileofficial bintermediary comp_869named displayNameofficial cintermediary comp_870named message
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_7557
class_7557.class_7558, class_7557.class_7559, class_7557.class_7560 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextThe field for thedisplayNamerecord component.private static final DateTimeFormatterprivate final SignedMessageThe field for themessagerecord component.private final com.mojang.authlib.GameProfileThe field for theprofilerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7558(com.mojang.authlib.GameProfile gameProfile, Text text, SignedMessage signedMessage) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedisplayNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.booleanmethod_44553(UUID uUID) private Textcom.mojang.authlib.GameProfileprofile()Returns the value of theprofilerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
profile
private final com.mojang.authlib.GameProfile profileThe field for theprofilerecord component. -
displayName
The field for thedisplayNamerecord component. -
message
The field for themessagerecord component. -
field_39637
- Mappings:
Namespace Name Mixin selector official dLeuj$a;d:Ljava/time/format/DateTimeFormatter;intermediary field_39637Lnet/minecraft/class_7557$class_7558;field_39637:Ljava/time/format/DateTimeFormatter;named field_39637Lnet/minecraft/class_7557$class_7558;field_39637:Ljava/time/format/DateTimeFormatter;
-
-
Constructor Details
-
class_7558
public class_7558(com.mojang.authlib.GameProfile gameProfile, Text text, SignedMessage signedMessage)
-
-
Method Details
-
method_44551
- Specified by:
method_44551in interfaceclass_7557- Mappings:
Namespace Name Mixin selector official aLeuj;a()Lrm;intermediary method_44551Lnet/minecraft/class_7557;method_44551()Lnet/minecraft/class_2561;named method_44551Lnet/minecraft/class_7557;method_44551()Lnet/minecraft/text/Text;
-
method_44555
- Specified by:
method_44555in interfaceclass_7557- Mappings:
Namespace Name Mixin selector official bLeuj;b()Lrm;intermediary method_44555Lnet/minecraft/class_7557;method_44555()Lnet/minecraft/class_2561;named method_44555Lnet/minecraft/class_7557;method_44555()Lnet/minecraft/text/Text;
-
method_44556
- Mappings:
Namespace Name Mixin selector official cLeuj$a;c()Lrm;intermediary method_44556Lnet/minecraft/class_7557$class_7558;method_44556()Lnet/minecraft/class_2561;named method_44556Lnet/minecraft/class_7557$class_7558;method_44556()Lnet/minecraft/text/Text;
-
method_44558
- Mappings:
Namespace Name Mixin selector official hLeuj$a;h()Lrm;intermediary method_44558Lnet/minecraft/class_7557$class_7558;method_44558()Lnet/minecraft/class_2561;named method_44558Lnet/minecraft/class_7557$class_7558;method_44558()Lnet/minecraft/text/Text;
-
method_44553
- Specified by:
method_44553in interfaceclass_7557- Mappings:
Namespace Name Mixin selector official aLeuj;a(Ljava/util/UUID;)Zintermediary method_44553Lnet/minecraft/class_7557;method_44553(Ljava/util/UUID;)Znamed method_44553Lnet/minecraft/class_7557;method_44553(Ljava/util/UUID;)Z
-
method_44557
- Mappings:
Namespace Name Mixin selector official dLeuj$a;d()Ljava/util/UUID;intermediary method_44557Lnet/minecraft/class_7557$class_7558;method_44557()Ljava/util/UUID;named method_44557Lnet/minecraft/class_7557$class_7558;method_44557()Ljava/util/UUID;
-
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). -
profile
public com.mojang.authlib.GameProfile profile()Returns the value of theprofilerecord component.- Returns:
- the value of the
profilerecord component
-
displayName
Returns the value of thedisplayNamerecord component.- Returns:
- the value of the
displayNamerecord component
-
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-