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 void
deleteZombie(IsoZombie zombie)
static NetworkZombiePacker
getInstance()
int
getZombieData(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)
void
parseZombie(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
void
postupdate()
void
receivePacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
void
send(UdpConnection udpConnection)
void
setExtraUpdate()
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
-