Class ReadyS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.config.ReadyS2CPacket
- All Implemented Interfaces:
Packet<ClientConfigurationPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/config/ReadyS2CPacket
intermediary net/minecraft/class_8733
official abr
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, ReadyS2CPacket> static final ReadyS2CPacket
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientConfigurationPacketListener clientConfigurationPacketListener) 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/s2c/config/ReadyS2CPacket;INSTANCE:Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;
intermediary field_48690
Lnet/minecraft/class_8733;field_48690:Lnet/minecraft/class_8733;
official a
Labr;a:Labr;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48691
Lnet/minecraft/class_8733;field_48691:Lnet/minecraft/class_9139;
official b
Labr;b:Lzn;
-
-
Constructor Details
-
ReadyS2CPacket
private ReadyS2CPacket()
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientConfigurationPacketListener>
- 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<ClientConfigurationPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;apply(Lnet/minecraft/network/listener/ClientConfigurationPacketListener;)V
intermediary method_53041
Lnet/minecraft/class_8733;method_53041(Lnet/minecraft/class_8732;)V
official a
Labr;a(Labq;)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<ClientConfigurationPacketListener>
- 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
-