Class Bite
java.lang.Object
zombie.network.fields.hit.Bite
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, UdpConnection var2) voidprocess(IsoZombie zombie0, IsoGameCharacter character) voidvoidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescriptionMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
Bite
public Bite()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getDescription
- Specified by:
getDescriptionin interfaceIDescriptor
-
process
-