Class LoginDisconnectS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
- All Implemented Interfaces:
Packet<ClientLoginPacketListener>
- Mappings:
Namespace Name official ocintermediary net/minecraft/class_2075named net/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientLoginPacketListener clientLoginPacketListener) voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
method_20197
-
Field Details
-
reason
- Mappings:
Namespace Name Mixin selector official aLoc;a:Lij;intermediary field_8842Lnet/minecraft/class_2075;field_8842:Lnet/minecraft/class_1982;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>Loc;<init>(Lij;)Vintermediary <init>Lnet/minecraft/class_2075;<init>(Lnet/minecraft/class_1982;)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 aLiv;a(Lhy;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)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 bLiv;b(Lhy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLoc;a(Lnx;)Vintermediary method_8054Lnet/minecraft/class_2075;method_8054(Lnet/minecraft/class_2073;)Vnamed applyLnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
-
getReason
- Mappings:
Namespace Name Mixin selector official bLoc;b()Lij;intermediary method_8055Lnet/minecraft/class_2075;method_8055()Lnet/minecraft/class_1982;named getReasonLnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;getReason()Lnet/minecraft/text/Text;
-