Interface ModClusterStatus.Context

Enclosing interface:
ModClusterStatus

public static interface ModClusterStatus.Context
  • Method Details

    • getName

      String getName()
    • isEnabled

      boolean isEnabled()
    • isStopped

      boolean isStopped()
    • getRequests

      int getRequests()
    • enable

      void enable()
    • disable

      void disable()
    • stop

      void stop()