Class PacketDownloadProxyInfo
java.lang.Object
net.ME1312.SubServers.Bungee.Network.Packet.PacketDownloadProxyInfo
- All Implemented Interfaces:
PacketIn
,PacketObjectIn<Integer>
,PacketObjectOut<Integer>
,PacketOut
,PacketStreamIn
,PacketStreamOut
public class PacketDownloadProxyInfo
extends Object
implements PacketObjectIn<Integer>, PacketObjectOut<Integer>
Download Proxy Info Packet
-
Constructor Summary
ConstructorDescriptionPacketDownloadProxyInfo
(SubProxy plugin) New PacketDownloadProxyInfo (In)PacketDownloadProxyInfo
(SubProxy plugin, List<String> proxies, UUID tracker) New PacketDownloadProxyInfo (Out) -
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(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, wait
Methods inherited from interface net.ME1312.SubData.Server.Protocol.PacketObjectIn
receive
Methods inherited from interface net.ME1312.SubData.Server.Protocol.PacketObjectOut
send
Methods inherited from interface net.ME1312.SubData.Server.Protocol.PacketStreamIn
receive
-
Constructor Details
-
PacketDownloadProxyInfo
New PacketDownloadProxyInfo (In)- Parameters:
plugin
- SubPlugin
-
PacketDownloadProxyInfo
New PacketDownloadProxyInfo (Out)- Parameters:
plugin
- SubPluginproxies
- Proxies (or null for all)tracker
- Receiver ID
-
-
Method Details
-
send
- Specified by:
send
in interfacePacketObjectOut<Integer>
-
receive
- Specified by:
receive
in interfacePacketObjectIn<Integer>
-