Package net.minecraft
Class CrashReportCategory
java.lang.Object
net.minecraft.CrashReportCategory
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<CrashReportCategory.Entry>
private StackTraceElement[]
private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
fillInStackTrace
(int p_128149_) static String
formatLocation
(LevelHeightAccessor p_178938_, double p_178939_, double p_178940_, double p_178941_) static String
formatLocation
(LevelHeightAccessor p_178943_, int p_178944_, int p_178945_, int p_178946_) static String
formatLocation
(LevelHeightAccessor p_178948_, BlockPos p_178949_) void
getDetails
(StringBuilder p_128169_) static void
populateBlockDetails
(CrashReportCategory p_178951_, LevelHeightAccessor p_178952_, BlockPos p_178953_, BlockState p_178954_) setDetail
(String p_128166_, CrashReportDetail<String> p_128167_) void
setDetailError
(String p_128163_, Throwable p_128164_) void
trimStacktrace
(int p_128175_) boolean
validateStackTrace
(StackTraceElement p_128157_, StackTraceElement p_128158_)
-
Field Details
-
title
-
entries
-
stackTrace
-
-
Constructor Details
-
CrashReportCategory
-
-
Method Details
-
formatLocation
public static String formatLocation(LevelHeightAccessor p_178938_, double p_178939_, double p_178940_, double p_178941_) -
formatLocation
-
formatLocation
public static String formatLocation(LevelHeightAccessor p_178943_, int p_178944_, int p_178945_, int p_178946_) -
setDetail
-
setDetail
-
setDetailError
-
fillInStackTrace
public int fillInStackTrace(int p_128149_) -
validateStackTrace
-
trimStacktrace
public void trimStacktrace(int p_128175_) -
getDetails
-
getStacktrace
-
applyStackTrace
-
populateBlockDetails
public static void populateBlockDetails(CrashReportCategory p_178951_, LevelHeightAccessor p_178952_, BlockPos p_178953_, @Nullable BlockState p_178954_)
-