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 euqintermediary net/minecraft/class_7574named net/minecraft/class_7574official aintermediary comp_885named senderofficial bintermediary comp_886named environmentofficial cintermediary comp_887named chatLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7555The field for thechatLogrecord component.private final class_7569The field for theenvironmentrecord component.private static final intprivate final class_7563The field for thesenderrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7574(class_7563 class_7563, class_7569 class_7569, class_7555 class_7555) -
Method Summary
Modifier and TypeMethodDescriptionchatLog()Returns the value of thechatLogrecord component.Returns the value of theenvironmentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanmethod_44598(class_7569 class_7569) static class_7574method_44599(class_7569 class_7569, com.mojang.authlib.minecraft.UserApiService userApiService) sender()Returns the value of thesenderrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
sender
The field for thesenderrecord component. -
environment
The field for theenvironmentrecord component. -
chatLog
The field for thechatLogrecord component. -
field_39675
private static final int field_39675- See Also:
- Mappings:
Namespace Name Mixin selector official dLeuq;d:Iintermediary field_39675Lnet/minecraft/class_7574;field_39675:Inamed field_39675Lnet/minecraft/class_7574;field_39675:I
-
-
Constructor Details
-
class_7574
-
-
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 aLeuq;a(Leuo;Lcom/mojang/authlib/minecraft/UserApiService;)Leuq;intermediary method_44599Lnet/minecraft/class_7574;method_44599(Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7574;named method_44599Lnet/minecraft/class_7574;method_44599(Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7574;
-
method_44598
- Mappings:
Namespace Name Mixin selector official aLeuq;a(Leuo;)Zintermediary method_44598Lnet/minecraft/class_7574;method_44598(Lnet/minecraft/class_7569;)Znamed method_44598Lnet/minecraft/class_7574;method_44598(Lnet/minecraft/class_7569;)Z
-
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). -
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-
environment
Returns the value of theenvironmentrecord component.- Returns:
- the value of the
environmentrecord component
-
chatLog
Returns the value of thechatLogrecord component.- Returns:
- the value of the
chatLogrecord component
-