Class PacketDownloadPlatformInfo
java.lang.Object
net.ME1312.SubServers.Bungee.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(SubProxy plugin) New PacketDownloadPlatformInfo (In)PacketDownloadPlatformInfo(SubProxy plugin, UUID tracker) New PacketDownloadPlatformInfo (Out) -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataClient client, ObjectMap<Integer> data) send(SubDataClient 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.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
-
PacketDownloadPlatformInfo
New PacketDownloadPlatformInfo (In)- Parameters:
plugin- SubPlugin
-
PacketDownloadPlatformInfo
New PacketDownloadPlatformInfo (Out)- Parameters:
plugin- SubPlugintracker- Receiver ID
-
-
Method Details
-
send
- Specified by:
sendin interfacePacketObjectOut<Integer>
-
receive
- Specified by:
receivein interfacePacketObjectIn<Integer>
-