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 void
clientZombieCulled()
static void
clientZombieUpdated()
static void
countServerNetworkingFPS()
static KahluaTable
getLuaPing()
static KahluaTable
getLuaStatistics()
static void
parse(java.nio.ByteBuffer byteBuffer)
static void
requested()
static void
Reset()
static void
serverZombieCulled()
static void
serverZombieUpdated()
static void
Update()
static void
write(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
-