Class GrappleZombieCorpsePacket
java.lang.Object
zombie.network.packets.GrappleZombieCorpsePacket
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
,INetworkPacket
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
processClient
(UdpConnection var1) void
boolean
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, 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
parseClient, parseClientLoading, parseServer, processClientLoading, processServer, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
GrappleZombieCorpsePacket
public GrappleZombieCorpsePacket()
-
-
Method Details
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Specified by:
parse
in interfaceINetworkPacketField
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-
tryProcessInternal
public boolean tryProcessInternal()- Specified by:
tryProcessInternal
in interfaceINetworkPacket
-