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