Class AcknowledgeReconfigurationC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.AcknowledgeReconfigurationC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class AcknowledgeReconfigurationC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/AcknowledgeReconfigurationC2SPacket
intermediary net/minecraft/class_8591
official ahj
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, AcknowledgeReconfigurationC2SPacket> static final AcknowledgeReconfigurationC2SPacket
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) boolean
Returnstrue
if the packet signals transitioning betweenNetworkState
s.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector named INSTANCE
Lnet/minecraft/network/packet/c2s/play/AcknowledgeReconfigurationC2SPacket;INSTANCE:Lnet/minecraft/network/packet/c2s/play/AcknowledgeReconfigurationC2SPacket;
intermediary field_48186
Lnet/minecraft/class_8591;field_48186:Lnet/minecraft/class_8591;
official a
Lahj;a:Lahj;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/c2s/play/AcknowledgeReconfigurationC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48187
Lnet/minecraft/class_8591;field_48187:Lnet/minecraft/class_9139;
official b
Lahj;b:Lzn;
-
-
Constructor Details
-
AcknowledgeReconfigurationC2SPacket
private AcknowledgeReconfigurationC2SPacket()
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/AcknowledgeReconfigurationC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_52282
Lnet/minecraft/class_8591;method_52282(Lnet/minecraft/class_2792;)V
official a
Lahj;a(Lagw;)V
-
transitionsNetworkState
public boolean transitionsNetworkState()Returnstrue
if the packet signals transitioning betweenNetworkState
s.Such packets cannot be
invalid reference
bundled
- Specified by:
transitionsNetworkState
in interfacePacket<ServerPlayPacketListener>
- Returns:
true
if the packet signals transitioning betweenNetworkState
s- Mappings:
Namespace Name Mixin selector named transitionsNetworkState
Lnet/minecraft/network/packet/Packet;transitionsNetworkState()Z
intermediary method_55943
Lnet/minecraft/class_2596;method_55943()Z
official d
Lzw;d()Z
-