Class ReadyC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.config.ReadyC2SPacket
- All Implemented Interfaces:
Packet<ServerConfigurationPacketListener>
- Mappings:
Namespace Name official abd
intermediary net/minecraft/class_8736
named net/minecraft/network/packet/c2s/config/ReadyC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, ReadyC2SPacket> static final ReadyC2SPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerConfigurationPacketListener serverConfigurationPacketListener) 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 official a
Labd;a:Labd;
intermediary field_48700
Lnet/minecraft/class_8736;field_48700:Lnet/minecraft/class_8736;
named INSTANCE
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;INSTANCE:Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Labd;b:Lys;
intermediary field_48701
Lnet/minecraft/class_8736;field_48701:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
ReadyC2SPacket
private ReadyC2SPacket()
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerConfigurationPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lzb;a()Lzd;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
apply
in interfacePacket<ServerConfigurationPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Labd;a(Labc;)V
intermediary method_53043
Lnet/minecraft/class_8736;method_53043(Lnet/minecraft/class_8735;)V
named apply
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;apply(Lnet/minecraft/network/listener/ServerConfigurationPacketListener;)V
-
transitionsNetworkState
public boolean transitionsNetworkState()Returnstrue
if the packet signals transitioning betweenNetworkState
s.Such packets cannot be bundled.
- Specified by:
transitionsNetworkState
in interfacePacket<ServerConfigurationPacketListener>
- Returns:
true
if the packet signals transitioning betweenNetworkState
s- Mappings:
Namespace Name Mixin selector official d
Lzb;d()Z
intermediary method_55943
Lnet/minecraft/class_2596;method_55943()Z
named transitionsNetworkState
Lnet/minecraft/network/packet/Packet;transitionsNetworkState()Z
-