You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/net/minecraft/CrashReportCategory.mapping
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@ CLASS net/minecraft/CrashReportCategory
2
2
METHOD <init> (Ljava/lang/String;)V
3
3
ARG 1 title
4
4
METHOD fillInStackTrace (I)I
5
-
COMMENT Resets our stack trace according to the current trace, pruning the deepest 3 entries. The parameter indicates how many additional deepest entries to prune. Returns the number of entries in the resulting pruned stack trace.
5
+
COMMENT Resets our stack trace according to the current trace, pruning the deepest 3 entries.
6
+
COMMENT The parameter indicates how many additional deepest entries to prune.
7
+
COMMENT @return the number of entries in the resulting pruned stack trace
0 commit comments