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 MPDebugInfoinstance -
Constructor Summary
Constructors Constructor Description MPDebugInfo() -
Method Summary
Modifier and Type Method Description static voidAddDebugSound(WorldSoundManager.WorldSound worldSound)voidclientPacket(java.nio.ByteBuffer byteBuffer)voidrender(ZombiePopulationRenderer zombiePopulationRenderer, float float1)voidrequest()voidserverPacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)voidserverUpdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
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
-
AddDebugSound
-