Package zombie.network
Class MPStatistics
java.lang.Object
zombie.network.MPStatistics
public class MPStatistics
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MPStatistics() -
Method Summary
Modifier and Type Method Description static voidclientZombieCulled()static voidclientZombieUpdated()static voidcountServerNetworkingFPS()static KahluaTablegetLuaPing()static KahluaTablegetLuaStatistics()static voidparse(java.nio.ByteBuffer byteBuffer)static voidrequested()static voidReset()static voidserverZombieCulled()static voidserverZombieUpdated()static voidUpdate()static voidwrite(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MPStatistics
public MPStatistics()
-
-
Method Details
-
countServerNetworkingFPS
public static void countServerNetworkingFPS() -
Reset
public static void Reset() -
Update
public static void Update() -
requested
public static void requested() -
clientZombieCulled
public static void clientZombieCulled() -
serverZombieCulled
public static void serverZombieCulled() -
clientZombieUpdated
public static void clientZombieUpdated() -
serverZombieUpdated
public static void serverZombieUpdated() -
write
-
parse
public static void parse(java.nio.ByteBuffer byteBuffer) -
getLuaPing
-
getLuaStatistics
-