Package net.minecraft
Record Class class_7640
java.lang.Object
java.lang.Record
net.minecraft.class_7640
- Record Components:
lastSeenMessages-
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public record class_7640(class_7635.class_7636 lastSeenMessages)
extends Record
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official xnintermediary net/minecraft/class_7640named net/minecraft/class_7640official aintermediary comp_968named lastSeenMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7635.class_7636The field for thelastSeenMessagesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7640(class_7635.class_7636 class_7636) class_7640(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thelastSeenMessagesrecord component.final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
lastSeenMessages
The field for thelastSeenMessagesrecord component.
-
-
Constructor Details
-
class_7640
-
class_7640
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLsy;a(Lqx;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLxn;a(Lxi;)Vintermediary method_44998Lnet/minecraft/class_7640;method_44998(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/class_7640;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)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). -
lastSeenMessages
Returns the value of thelastSeenMessagesrecord component.- Returns:
- the value of the
lastSeenMessagesrecord component
-