java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.login.serverbound.ServerboundKeyPacket
All Implemented Interfaces:
Packet, MinecraftPacket

public class ServerboundKeyPacket extends Object implements MinecraftPacket
  • Constructor Details

    • ServerboundKeyPacket

      public ServerboundKeyPacket(PublicKey publicKey, SecretKey secretKey, byte[] challenge)
    • ServerboundKeyPacket

      public ServerboundKeyPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper)
  • Method Details