Class ServerTPSCounter<W>

  • All Implemented Interfaces:
    java.lang.Runnable

    @Singleton
    public class ServerTPSCounter<W>
    extends TPSCounter
    TPSCounter extension for game server platforms.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pulse()  
      java.util.Optional<java.lang.Double> pulseTPS​(long time)  
      • Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable

        cancel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • pulseTPS

        public java.util.Optional<java.lang.Double> pulseTPS​(long time)