Class PingPongPacketComplexAsync
java.lang.Object
org.cyclops.cyclopscore.network.PacketBase
org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.cyclopscore.network.packet.debug.PingPongPacketAsync
org.cyclops.cyclopscore.network.packet.debug.PingPongPacketComplexAsync
- Direct Known Subclasses:
PingPongPacketComplexSync
Debug ping pong packet
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.network.PacketCodec
PacketCodec.ICodecAction, PacketCodec.ICodecRunnable
-
Field Summary
FieldsFields inherited from class org.cyclops.cyclopscore.network.packet.debug.PingPongPacketAsync
remaining
Fields inherited from class org.cyclops.cyclopscore.network.PacketCodec
fieldCache, READ_STRING_MAX_LENGTH
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty packet.PingPongPacketComplexAsync
(int remaining, String string1, String string2) -
Method Summary
Methods inherited from class org.cyclops.cyclopscore.network.packet.debug.PingPongPacketAsync
actionClient, actionServer, isAsync, toString
Methods inherited from class org.cyclops.cyclopscore.network.PacketCodec
addCodedAction, decode, encode, getAction, getActionSuper, read, write
-
Field Details
-
string1
-
string2
-
-
Constructor Details
-
PingPongPacketComplexAsync
public PingPongPacketComplexAsync()Empty packet. -
PingPongPacketComplexAsync
-
-
Method Details
-
newPacket
- Overrides:
newPacket
in classPingPongPacketAsync
-
log
- Overrides:
log
in classPingPongPacketAsync
-