Class InitPacketChangeEncryption
java.lang.Object
net.ME1312.SubData.Client.Protocol.Initial.InitPacketChangeEncryption
- All Implemented Interfaces:
InitialPacket,InitialProtocol.Packet,PacketIn,PacketObjectIn<Integer>,PacketOut,PacketStreamIn
public final class InitPacketChangeEncryption
extends Object
implements InitialProtocol.Packet, PacketObjectIn<Integer>, PacketOut
Initial Packet for Changing Encryption Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataSender sender, ObjectMap<Integer> data) Receives the incoming PacketMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ME1312.SubData.Client.Protocol.Initial.InitialPacket
setReadyMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketObjectIn
receiveMethods inherited from interface net.ME1312.SubData.Client.Protocol.PacketStreamIn
receive
-
Constructor Details
-
InitPacketChangeEncryption
public InitPacketChangeEncryption()
-
-
Method Details
-
receive
Description copied from interface:PacketObjectInReceives the incoming Packet- Specified by:
receivein interfacePacketObjectIn<Integer>- Parameters:
sender- Sender who sentdata- Data Object- Throws:
Throwable
-