Package net.neoforged.fml
Interface ICrashReportHeader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Supplies a header to add to crash reports.
- See Also:
-
Method Summary
-
Method Details
-
getHeader
Returns the header to be displayed at the top of the crash report, ornull
if the header shouldn't be added.- Returns:
- the header to be displayed at the top of the crash report, or
null
if the header shouldn't be added
-