Class LoginDisconnectS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
- All Implemented Interfaces:
Packet<ClientLoginPacketListener>
public class LoginDisconnectS2CPacket extends Object implements Packet<ClientLoginPacketListener>
- Mappings:
Namespace Name official jjintermediary net/minecraft/class_1589named net/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LoginDisconnectS2CPacket()LoginDisconnectS2CPacket(Text reason) -
Method Summary
Modifier and Type Method Description voidapply(ClientLoginPacketListener clientLoginPacketListener)TextgetReason()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)
-
Field Details
-
reason
- Mappings:
Namespace Name Mixin selector official aLjj;a:Leu;intermediary field_6484Lnet/minecraft/class_1589;field_6484:Lnet/minecraft/class_1444;named reasonLnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;reason:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
LoginDisconnectS2CPacket
public LoginDisconnectS2CPacket() -
LoginDisconnectS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Ljj;<init>(Leu;)Vintermediary <init>Lnet/minecraft/class_1589;<init>(Lnet/minecraft/class_1444;)Vnamed <init>Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;<init>(Lnet/minecraft/text/Text;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientLoginPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLff;a(Lem;)Vintermediary method_5238Lnet/minecraft/class_1457;method_5238(Lnet/minecraft/class_1435;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientLoginPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLff;b(Lem;)Vintermediary method_5240Lnet/minecraft/class_1457;method_5240(Lnet/minecraft/class_1435;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLjj;a(Ljf;)Vintermediary method_5843Lnet/minecraft/class_1589;method_5843(Lnet/minecraft/class_1585;)Vnamed applyLnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
-
getReason
- Mappings:
Namespace Name Mixin selector official aLjj;a()Leu;intermediary method_5842Lnet/minecraft/class_1589;method_5842()Lnet/minecraft/class_1444;named getReasonLnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;getReason()Lnet/minecraft/text/Text;
-