Interface ModClusterStatus.Context

  • Enclosing interface:
    ModClusterStatus

    public static interface ModClusterStatus.Context
    • Method Detail

      • isEnabled

        boolean isEnabled()
      • isStopped

        boolean isStopped()
      • getRequests

        int getRequests()
      • enable

        void enable()
      • disable

        void disable()
      • stop

        void stop()