Class EnterConfigurationC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.login.EnterConfigurationC2SPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
public class EnterConfigurationC2SPacket
extends Object
implements Packet<ServerLoginPacketListener>
- Mappings:
Namespace Name official aiq
intermediary net/minecraft/class_8593
named net/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, EnterConfigurationC2SPacket> static final EnterConfigurationC2SPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerLoginPacketListener serverLoginPacketListener) 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
Laiq;a:Laiq;
intermediary field_48252
Lnet/minecraft/class_8593;field_48252:Lnet/minecraft/class_8593;
named INSTANCE
Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;INSTANCE:Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Laiq;b:Lys;
intermediary field_48253
Lnet/minecraft/class_8593;field_48253:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
EnterConfigurationC2SPacket
private EnterConfigurationC2SPacket()
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerLoginPacketListener>
- 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<ServerLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Laiq;a(Laim;)V
intermediary method_52294
Lnet/minecraft/class_8593;method_52294(Lnet/minecraft/class_2911;)V
named apply
Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;apply(Lnet/minecraft/network/listener/ServerLoginPacketListener;)V
-
transitionsNetworkState
public boolean transitionsNetworkState()Returnstrue
if the packet signals transitioning betweenNetworkState
s.Such packets cannot be bundled.
- Specified by:
transitionsNetworkState
in interfacePacket<ServerLoginPacketListener>
- 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
-