Uses of Class
net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
Packages that use LoginDisconnectS2CPacket
Package
Description
- 
Uses of LoginDisconnectS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type LoginDisconnectS2CPacketModifier and TypeMethodDescriptionvoidClientLoginNetworkHandler.onDisconnect(LoginDisconnectS2CPacket packet) 
- 
Uses of LoginDisconnectS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type LoginDisconnectS2CPacketModifier and TypeMethodDescriptionvoidClientLoginPacketListener.onDisconnect(LoginDisconnectS2CPacket packet) 
- 
Uses of LoginDisconnectS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type LoginDisconnectS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<LoginDisconnectS2CPacket> LoginPackets.LOGIN_DISCONNECT
- 
Uses of LoginDisconnectS2CPacket in net.minecraft.network.packet.s2c.loginFields in net.minecraft.network.packet.s2c.login with type parameters of type LoginDisconnectS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, LoginDisconnectS2CPacket> LoginDisconnectS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.login that return types with arguments of type LoginDisconnectS2CPacket