Class AnalyticsService

java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.AnalyticsService

public class AnalyticsService extends Object
This class represents an analytics service that sends data. This data is used to analyse performance of this Plugin.

You can find more info in the README file of this Project on GitHub.

Author:
WalshyDev
  • Constructor Details

    • AnalyticsService

      public AnalyticsService(JavaPlugin plugin)
  • Method Details

    • start

      public void start()
    • recordPlayerProfileDataTime

      public void recordPlayerProfileDataTime(@Nonnull String backend, boolean load, long nanoseconds)