Record Class MessageAcknowledgmentC2SPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.c2s.play.MessageAcknowledgmentC2SPacket
- Record Components:
offset-
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public record MessageAcknowledgmentC2SPacket(int offset)
extends Record
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official afsintermediary net/minecraft/class_7640named net/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacketofficial bintermediary comp_1114named offset
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, MessageAcknowledgmentC2SPacket> private final intThe field for theoffsetrecord component. -
Constructor Summary
Constructors -
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.intoffset()Returns the value of theoffsetrecord component.final StringtoString()Returns a string representation of this record class.private 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.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
offset
private final int offsetThe field for theoffsetrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLafs;a:Lyg;intermediary field_48177Lnet/minecraft/class_7640;field_48177:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
MessageAcknowledgmentC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lafs;<init>(Lvi;)Vintermediary <init>Lnet/minecraft/class_7640;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
MessageAcknowledgmentC2SPacket
public MessageAcknowledgmentC2SPacket(int int2)
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLafs;a(Lvi;)Vintermediary method_55963Lnet/minecraft/class_7640;method_55963(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyp;a()Lyr;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLafs;a(Lafn;)Vintermediary method_44998Lnet/minecraft/class_7640;method_44998(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacket;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 with '=='. -
offset
public int offset()Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-