Package top.focess.qq.api.net.packet
Class SidedConnectPacket
- java.lang.Object
-
- top.focess.qq.api.net.packet.Packet
-
- top.focess.qq.api.net.packet.SidedConnectPacket
-
public class SidedConnectPacket extends Packet
Used to connect to the server.
-
-
Field Summary
Fields Modifier and Type Field Description static intPACKET_ID
-
Constructor Summary
Constructors Constructor Description SidedConnectPacket(String name)Constructs a SidedConnectPacket
-
-
-
Field Detail
-
PACKET_ID
public static final int PACKET_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SidedConnectPacket
public SidedConnectPacket(String name)
Constructs a SidedConnectPacket- Parameters:
name- the client name
-
-