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 xn
intermediary net/minecraft/class_7640
named net/minecraft/class_7640
official a
intermediary comp_968
named lastSeenMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7635.class_7636
The field for thelastSeenMessages
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7640
(class_7635.class_7636 class_7636) class_7640
(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thelastSeenMessages
record component.final String
toString()
Returns a string representation of this record class.void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
lastSeenMessages
The field for thelastSeenMessages
record component.
-
-
Constructor Details
-
class_7640
-
class_7640
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lsy;a(Lqx;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lxn;a(Lxi;)V
intermediary method_44998
Lnet/minecraft/class_7640;method_44998(Lnet/minecraft/class_2792;)V
named apply
Lnet/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 thelastSeenMessages
record component.- Returns:
- the value of the
lastSeenMessages
record component
-