Uses of Class
net.minecraft.network.protocol.login.ServerboundKeyPacket
Packages that use ServerboundKeyPacket
Package
Description
-
Uses of ServerboundKeyPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ServerboundKeyPacketModifier and TypeMethodDescriptionprivate void
ClientHandshakePacketListenerImpl.setEncryption
(ServerboundKeyPacket keyPacket, Cipher decryptingCypher, Cipher encryptingCypher) -
Uses of ServerboundKeyPacket in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login with type parameters of type ServerboundKeyPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundKeyPacket> LoginPacketTypes.SERVERBOUND_KEY
static final StreamCodec
<FriendlyByteBuf, ServerboundKeyPacket> ServerboundKeyPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.login that return types with arguments of type ServerboundKeyPacketMethods in net.minecraft.network.protocol.login with parameters of type ServerboundKeyPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListener.handleKey
(ServerboundKeyPacket packet) -
Uses of ServerboundKeyPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundKeyPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.handleKey
(ServerboundKeyPacket packet)