Class ReadyC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.config.ReadyC2SPacket
- All Implemented Interfaces:
Packet<ServerConfigurationPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/config/ReadyC2SPacket
intermediary net/minecraft/class_8736
official abz
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, ReadyC2SPacket> static final ReadyC2SPacket
-
Constructor Summary
-
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 named INSTANCE
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;INSTANCE:Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;
intermediary field_48700
Lnet/minecraft/class_8736;field_48700:Lnet/minecraft/class_8736;
official a
Labz;a:Labz;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48701
Lnet/minecraft/class_8736;field_48701:Lnet/minecraft/class_9139;
official b
Labz;b:Lzn;
-
-
Constructor Details
-
ReadyC2SPacket
private ReadyC2SPacket()
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerConfigurationPacketListener>
- 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<ServerConfigurationPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;apply(Lnet/minecraft/network/listener/ServerConfigurationPacketListener;)V
intermediary method_53043
Lnet/minecraft/class_8736;method_53043(Lnet/minecraft/class_8735;)V
official a
Labz;a(Laby;)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<ServerConfigurationPacketListener>
- 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
-