Class PacketDownloadClientList
java.lang.Object
net.ME1312.SubData.Server.Protocol.Internal.PacketDownloadClientList
- All Implemented Interfaces:
PacketIn,PacketObjectIn<Integer>,PacketObjectOut<Integer>,PacketOut,PacketStreamIn,PacketStreamOut
public class PacketDownloadClientList
extends Object
implements PacketObjectOut<Integer>, PacketObjectIn<Integer>
Download Client List Packet
-
Constructor Summary
ConstructorsConstructorDescriptionPacketDownloadClientList(UUID tracker, UUID request) New PacketDownloadClientList (Out) -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataClient client, ObjectMap<Integer> data) Receives the incoming Packetsend(SubDataClient client) Sends data within the outgoing PacketMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ME1312.SubData.Server.Protocol.PacketObjectIn
receiveMethods inherited from interface net.ME1312.SubData.Server.Protocol.PacketObjectOut
sendMethods inherited from interface net.ME1312.SubData.Server.Protocol.PacketStreamIn
receive
-
Constructor Details
-
PacketDownloadClientList
New PacketDownloadClientList (Out)- Parameters:
tracker- Request Tracker Datarequest- Client ID
-
-
Method Details
-
send
Description copied from interface:PacketObjectOutSends data within the outgoing Packet- Specified by:
sendin interfacePacketObjectOut<Integer>- Parameters:
client- Client sending- Returns:
- Data
- Throws:
Throwable
-
receive
Description copied from interface:PacketObjectInReceives the incoming Packet- Specified by:
receivein interfacePacketObjectIn<Integer>- Parameters:
client- Client who sentdata- Data Object- Throws:
Throwable
-