Class PacketDownloadPlatformInfo
java.lang.Object
net.ME1312.SubServers.Client.Common.Network.Packet.PacketDownloadPlatformInfo
- All Implemented Interfaces:
PacketIn,PacketObjectIn<Integer>,PacketObjectOut<Integer>,PacketOut,PacketStreamIn,PacketStreamOut
public class PacketDownloadPlatformInfo
extends Object
implements PacketObjectIn<Integer>, PacketObjectOut<Integer>
Download Proxy Info Packet
-
Constructor Summary
ConstructorsConstructorDescriptionPacketDownloadPlatformInfo(Consumer<ObjectMap<String>>... callback) New PacketDownloadPlatformInfo -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataSender client, ObjectMap<Integer> data) send(SubDataSender client) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketObjectIn
receiveMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketObjectOut
sendMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketStreamIn
receive
-
Constructor Details
-
PacketDownloadPlatformInfo
New PacketDownloadPlatformInfo- Parameters:
callback- Callbacks
-
-
Method Details
-
send
- Specified by:
sendin interfacePacketObjectOut<Integer>
-
receive
- Specified by:
receivein interfacePacketObjectIn<Integer>
-