Uses of Class
net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
Packages that use LoginDisconnectS2CPacket
Package
Description
-
Uses of LoginDisconnectS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type LoginDisconnectS2CPacketModifier and TypeMethodDescriptionvoid
ClientLoginNetworkHandler.onDisconnect
(LoginDisconnectS2CPacket packet) -
Uses of LoginDisconnectS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type LoginDisconnectS2CPacketModifier and TypeMethodDescriptionvoid
ClientLoginPacketListener.onDisconnect
(LoginDisconnectS2CPacket packet) -
Uses of LoginDisconnectS2CPacket in net.minecraft.network.packet
Fields 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.login
Fields in net.minecraft.network.packet.s2c.login with type parameters of type LoginDisconnectS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, LoginDisconnectS2CPacket> LoginDisconnectS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.login that return types with arguments of type LoginDisconnectS2CPacket