Interface InitialPacket

All Known Subinterfaces:
InitialProtocol.Packet
All Known Implementing Classes:
InitPacketChangeEncryption, InitPacketChangeState, InitPacketDeclaration, InitPacketLogin, InitPacketPostDeclaration, InitPacketVerifyState, PacketDisconnect, PacketDisconnectUnderstood, PacketNull

public interface InitialPacket
InitialPacket Tag Class
Classes that implement this may be sent during the POST_INITIALIZATION state
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Change the state of a Client to READY
  • Method Details

    • setReady

      default void setReady(SubDataClient client) throws Throwable
      Change the state of a Client to READY
      Parameters:
      client - Client
      Throws:
      Throwable