Interface IIssueReporting

All Known Subinterfaces:
IDiscoveryPipeline
All Known Implementing Classes:
ModDiscoverer.DiscoveryPipeline

public interface IIssueReporting
Interface used to report issues to the game.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report an issue to the loader.
  • Method Details

    • addIssue

      void addIssue(ModLoadingIssue issue)
      Report an issue to the loader.