Package zombie.network
Class MPStatisticClient
java.lang.Object
zombie.network.MPStatisticClient
public class MPStatisticClient
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static MPStatisticClient
instance
-
Constructor Summary
Constructors Constructor Description MPStatisticClient()
-
Method Summary
Modifier and Type Method Description void
fpsProcess()
float
getFPS()
static MPStatisticClient
getInstance()
void
incrementRemotePlayersTeleports()
void
incrementZombiesTeleports()
void
send(ByteBufferWriter byteBufferWriter)
void
update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
MPStatisticClient
public MPStatisticClient()
-
-
Method Details
-
getInstance
-
incrementZombiesTeleports
public void incrementZombiesTeleports() -
incrementRemotePlayersTeleports
public void incrementRemotePlayersTeleports() -
getFPS
public float getFPS() -
update
public void update() -
send
-
fpsProcess
public void fpsProcess()
-