Uses of Class
net.minecraft.network.protocol.login.ServerboundKeyPacket
Package
Description
-
Uses of ServerboundKeyPacket in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionprivate void
ClientHandshakePacketListenerImpl.setEncryption
(ServerboundKeyPacket p_319860_, Cipher p_320550_, Cipher p_320442_) -
Uses of ServerboundKeyPacket in net.minecraft.network.protocol.login
Modifier and TypeFieldDescriptionstatic final PacketType
<ServerboundKeyPacket> LoginPacketTypes.SERVERBOUND_KEY
static final StreamCodec
<FriendlyByteBuf, ServerboundKeyPacket> ServerboundKeyPacket.STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ServerLoginPacketListener.handleKey
(ServerboundKeyPacket p_134824_) -
Uses of ServerboundKeyPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.handleKey
(ServerboundKeyPacket p_10049_)