Class InitPacketChangeEncryption
java.lang.Object
net.ME1312.SubData.Server.Protocol.Initial.InitPacketChangeEncryption
- All Implemented Interfaces:
InitialPacket,InitialProtocol.Packet,PacketIn,PacketObjectOut<Integer>,PacketOut,PacketStreamOut
public final class InitPacketChangeEncryption
extends Object
implements InitialProtocol.Packet, PacketIn, PacketObjectOut<Integer>
Initial Packet for Changing Encryption Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(SubDataClient client) 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.Initial.InitialPacket
setReadyMethods inherited from interface net.ME1312.SubData.Server.Protocol.PacketObjectOut
send
-
Constructor Details
-
InitPacketChangeEncryption
public InitPacketChangeEncryption()
-
-
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:PacketInReceives the incoming Packet
-