Uses of Class
client.Packet
Packages that use Packet
-
Uses of Packet in client
Modifier and TypeMethodDescriptionClient.getLatestPacket()Returns the latest packet from the server that is not null.static PacketSingleClient.getLatestPacket()Returns the latest packet from the server.Client.getPacket()Gets a packet from the server.static PacketSingleClient.getPacket()Gets a packet from the server.Modifier and TypeMethodDescriptionvoidClient.sendJoinPacket(Packet packet) Sends a packet to the server through the buffered writer.Also sends the username so the client can be initialised on the server.voidClient.sendPacket(Packet packet) Sends a packet to the server.Similarly to the sendMessage the packet is converted to a JadeObject then serialized to a string.static voidSingleClient.sendPacket(Packet packet) Sends a packet via the clients sendPacket() method.voidClient.setLatestPacket(Packet packet) Sets the latest packet of the client.static voidSingleClient.setLatestPacket(Packet packet) Sets the value of the latest packet from the server. -
Uses of Packet in jade