Class ThumpPacket
java.lang.Object
zombie.network.packets.character.ThumpPacket
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
,INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection udpConnection) void
parse
(ByteBuffer var1, UdpConnection var2) void
processClient
(UdpConnection var1) void
processServer
(PacketTypes.PacketType var1, UdpConnection var2) void
void
write
(ByteBufferWriter var1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
ThumpPacket
public ThumpPacket()
-
-
Method Details
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
processServer
- Specified by:
processServer
in interfaceINetworkPacket
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
-