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
Classes that implement this may be sent during the POST_INITIALIZATION state
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
setReady
(SubDataClient client) Change the state of a Client to READY
-
Method Details
-
setReady
Change the state of a Client to READY- Parameters:
client
- Client- Throws:
Throwable
-