Class BungeePlatform

java.lang.Object
io.github.projectunified.faststats.bungeecord.BungeePlatform
All Implemented Interfaces:
Platform

public class BungeePlatform extends Object implements Platform
BungeeCord implementation of Platform.
  • Constructor Details

    • BungeePlatform

      public BungeePlatform(net.md_5.bungee.api.plugin.Plugin plugin)
      Constructs a new BungeePlatform for the given plugin.
      Parameters:
      plugin - the plugin instance
  • Method Details

    • getConfig

      public Config getConfig()
      Description copied from interface: Platform
      Retrieves the platform-specific configuration.
      Specified by:
      getConfig in interface Platform
      Returns:
      the platform config instance
    • getMetrics

      public Collection<Metric<?>> getMetrics()
      Description copied from interface: Platform
      Gets default platform-specific metrics.
      Specified by:
      getMetrics in interface Platform
      Returns:
      a collection of platform metrics
    • logInfo

      public void logInfo(String message)
      Description copied from interface: Platform
      Logs informational messages.
      Specified by:
      logInfo in interface Platform
      Parameters:
      message - the message to log
    • logWarning

      public void logWarning(String message)
      Description copied from interface: Platform
      Logs warning messages.
      Specified by:
      logWarning in interface Platform
      Parameters:
      message - the message to log
    • logError

      public void logError(String message, Throwable throwable)
      Description copied from interface: Platform
      Logs error messages.
      Specified by:
      logError in interface Platform
      Parameters:
      message - the error message
      throwable - the cause of the error