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 intermediary net/minecraft/class_7640official zgnamed net/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacketintermediary comp_1114official anamed offset
-
Field Summary
Fields -
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.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
-
Field Details
-
offset
private final int offsetThe field for theoffsetrecord component.
-
-
Constructor Details
-
MessageAcknowledgmentC2SPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_7640;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lzg;<init>(Lsf;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/MessageAcknowledgmentC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
MessageAcknowledgmentC2SPacket
public MessageAcknowledgmentC2SPacket(int int2)
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vofficial aLuo;a(Lsf;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_44998Lnet/minecraft/class_7640;method_44998(Lnet/minecraft/class_2792;)Vofficial aLzg;a(Lzb;)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
-