Interface LoginHelloResponsePacketView

All Superinterfaces:
PacketView

public interface LoginHelloResponsePacketView extends PacketView
Lazy copy-on-write view of a clientbound login encryption request.
  • Method Details

    • serverId

      String serverId()
    • serverId

      void serverId(String serverId)
    • publicKey

      byte[] publicKey()
    • publicKey

      void publicKey(byte[] publicKey)
    • challenge

      byte[] challenge()
    • challenge

      void challenge(byte[] challenge)
    • authenticate

      boolean authenticate()
    • authenticate

      void authenticate(boolean authenticate)