Package net.neoforged.neoforgespi
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 TypeMethodDescriptionvoid
addIssue
(ModLoadingIssue issue) Report an issue to the loader.
-
Method Details
-
addIssue
Report an issue to the loader.
-