Package net.minecraft
Record Class class_7635
java.lang.Object
java.lang.Record
net.minecraft.class_7635
- Record Components:
entries-
- Mappings:
Namespace Name official rtintermediary net/minecraft/class_7635named net/minecraft/class_7635official cintermediary comp_965named entries
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordA pair of a player's UUID and the signature of the last message they saw. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<class_7635.LastSeenMessage>The field for theentriesrecord component.static class_7635static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_44980(DataOutput dataOutput) voidmethod_44981(PacketByteBuf packetByteBuf) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
entries
The field for theentriesrecord component. -
field_39883
- Mappings:
Namespace Name Mixin selector official aLrt;a:Lrt;intermediary field_39883Lnet/minecraft/class_7635;field_39883:Lnet/minecraft/class_7635;named field_39883Lnet/minecraft/class_7635;field_39883:Lnet/minecraft/class_7635;
-
field_39884
public static final int field_39884- See Also:
- Mappings:
Namespace Name Mixin selector official bLrt;b:Iintermediary field_39884Lnet/minecraft/class_7635;field_39884:Inamed field_39884Lnet/minecraft/class_7635;field_39884:I
-
-
Constructor Details
-
class_7635
-
class_7635
-
-
Method Details
-
method_44981
- Mappings:
Namespace Name Mixin selector official aLrt;a(Lqx;)Vintermediary method_44981Lnet/minecraft/class_7635;method_44981(Lnet/minecraft/class_2540;)Vnamed method_44981Lnet/minecraft/class_7635;method_44981(Lnet/minecraft/network/PacketByteBuf;)V
-
method_44980
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLrt;a(Ljava/io/DataOutput;)Vintermediary method_44980Lnet/minecraft/class_7635;method_44980(Ljava/io/DataOutput;)Vnamed method_44980Lnet/minecraft/class_7635;method_44980(Ljava/io/DataOutput;)V
-
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). -
entries
Returns the value of theentriesrecord component.- Returns:
- the value of the
entriesrecord component
-