Class UdpConnection.MPClientStatistic

java.lang.Object
zombie.core.raknet.UdpConnection.MPClientStatistic
Enclosing class:
UdpConnection

public class UdpConnection.MPClientStatistic extends Object
  • 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