Package zombie.popman
Class NetworkZombiePacker
java.lang.Object
zombie.popman.NetworkZombiePacker
public class NetworkZombiePacker
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NetworkZombiePacker() -
Method Summary
Modifier and Type Method Description voiddeleteZombie(IsoZombie zombie)static NetworkZombiePackergetInstance()intgetZombieData(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)voidparseZombie(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)voidpostupdate()voidreceivePacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)voidsend(UdpConnection udpConnection)voidsetExtraUpdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NetworkZombiePacker
public NetworkZombiePacker()
-
-
Method Details
-
getInstance
-
setExtraUpdate
public void setExtraUpdate() -
deleteZombie
-
receivePacket
-
parseZombie
-
postupdate
public void postupdate() -
getZombieData
-
send
-