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 p_319860_, Cipher p_320550_, Cipher p_320442_) -
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 p_134824_) -
Uses of ServerboundKeyPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundKeyPacketModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.handleKey
(ServerboundKeyPacket p_10049_)