Class InitPacketPostDeclaration
java.lang.Object
net.ME1312.SubData.Client.Protocol.Initial.InitPacketPostDeclaration
- All Implemented Interfaces:
InitialPacket,InitialProtocol.Packet,PacketIn,PacketObjectIn<Integer>,PacketOut,PacketStreamIn
public final class InitPacketPostDeclaration
extends Object
implements InitialProtocol.Packet, PacketObjectIn<Integer>, PacketOut
Initial Packet for Post Declaration 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
-
InitPacketPostDeclaration
public InitPacketPostDeclaration()
-
-
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
-