Package zombie.popman
Class MPDebugInfo
java.lang.Object
zombie.popman.MPDebugInfo
public final class MPDebugInfo
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static MPDebugInfo
instance
java.util.ArrayList
repopEvents
-
Constructor Summary
Constructors Constructor Description MPDebugInfo()
-
Method Summary
Modifier and Type Method Description void
clientPacket(java.nio.ByteBuffer byteBuffer)
void
render(ZombiePopulationRenderer zombiePopulationRenderer, float float1)
void
request()
void
serverPacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
void
serverUpdate()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
repopEvents
public java.util.ArrayList repopEvents
-
-
Constructor Details
-
MPDebugInfo
public MPDebugInfo()
-
-
Method Details
-
clientPacket
public void clientPacket(java.nio.ByteBuffer byteBuffer) -
serverPacket
-
request
public void request() -
serverUpdate
public void serverUpdate() -
render
-