Class LoginDisconnectS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
- All Implemented Interfaces:
Packet<ClientLoginPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket
intermediary net/minecraft/class_2909
official ajh
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, LoginDisconnectS2CPacket> private final Text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientLoginPacketListener clientLoginPacketListener) private void
write
(PacketByteBuf buf) 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, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48237
Lnet/minecraft/class_2909;field_48237:Lnet/minecraft/class_9139;
official a
Lajh;a:Lzn;
-
reason
- Mappings:
Namespace Name Mixin selector named reason
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;reason:Lnet/minecraft/text/Text;
intermediary field_13243
Lnet/minecraft/class_2909;field_13243:Lnet/minecraft/class_2561;
official b
Lajh;b:Lxp;
-
-
Constructor Details
-
LoginDisconnectS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;<init>(Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_2909;<init>(Lnet/minecraft/class_2561;)V
official <init>
Lajh;<init>(Lxp;)V
-
LoginDisconnectS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2909;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lajh;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_56015
Lnet/minecraft/class_2909;method_56015(Lnet/minecraft/class_2540;)V
official a
Lajh;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientLoginPacketListener>
- 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<ClientLoginPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
intermediary method_12637
Lnet/minecraft/class_2909;method_12637(Lnet/minecraft/class_2896;)V
official a
Lajh;a(Lajc;)V
-
getReason
- Mappings:
Namespace Name Mixin selector named getReason
Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;getReason()Lnet/minecraft/text/Text;
intermediary method_12638
Lnet/minecraft/class_2909;method_12638()Lnet/minecraft/class_2561;
official b
Lajh;b()Lxp;
-