Package net.minecraft
Record Class class_7557.class_7559
java.lang.Object
java.lang.Record
net.minecraft.class_7557.class_7559
- Record Components:
message-timeStamp-
- All Implemented Interfaces:
class_7557
- Enclosing interface:
class_7557
@Environment(CLIENT)
public static record class_7557.class_7559(Text message, Instant timeStamp)
extends Record
implements class_7557
- Mappings:
Namespace Name official euj$bintermediary net/minecraft/class_7557$class_7559named net/minecraft/class_7557$class_7559official aintermediary comp_871named messageofficial bintermediary comp_872named timeStamp
-
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
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.message()Returns the value of themessagerecord component.booleanmethod_44553(UUID uUID) Returns the value of thetimeStamprecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_7557
method_44555
-
Field Details
-
Constructor Details
-
class_7559
-
-
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_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
-
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). -
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-
timeStamp
Returns the value of thetimeStamprecord component.- Returns:
- the value of the
timeStamprecord component
-