Package zombie.core.raknet
Class UdpConnection.MPClientStatistic
java.lang.Object
zombie.core.raknet.UdpConnection.MPClientStatistic
- Enclosing class:
- UdpConnection
public class UdpConnection.MPClientStatistic
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
diff
byte
enable
float
FPS
float
FPSAvg
short[]
FPSHistogramm
float
FPSMax
float
FPSMin
float
pingAVG
int
remotePlayersCount
float
remotePlayersDesyncAVG
float
remotePlayersDesyncMax
int
remotePlayersTeleports
int
zombiesCount
float
zombiesDesyncAVG
float
zombiesDesyncMax
int
zombiesLocalOwnership
int
zombiesTeleports
-
Constructor Summary
Constructors Constructor Description MPClientStatistic()
-
Method Summary
Modifier and Type Method Description void
parse(java.nio.ByteBuffer byteBuffer)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
enable
public byte enable -
diff
public int diff -
pingAVG
public float pingAVG -
zombiesCount
public int zombiesCount -
zombiesLocalOwnership
public int zombiesLocalOwnership -
zombiesDesyncAVG
public float zombiesDesyncAVG -
zombiesDesyncMax
public float zombiesDesyncMax -
zombiesTeleports
public int zombiesTeleports -
remotePlayersCount
public int remotePlayersCount -
remotePlayersDesyncAVG
public float remotePlayersDesyncAVG -
remotePlayersDesyncMax
public float remotePlayersDesyncMax -
remotePlayersTeleports
public int remotePlayersTeleports -
FPS
public float FPS -
FPSMin
public float FPSMin -
FPSAvg
public float FPSAvg -
FPSMax
public float FPSMax -
FPSHistogramm
public short[] FPSHistogramm
-
-
Constructor Details
-
MPClientStatistic
public MPClientStatistic()
-
-
Method Details
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)
-