net.minecraft.util.crash

public class CrashReportSection

net.minecraft.CrashReportCategory
net.minecraft.class_129
net.minecraft.util.crash.CrashReportSection

Field summary

Modifier and TypeField
private final String
title
field_1096
title
private final List<CrashReportSection$Element>
entries
field_1094
elements
private StackTraceElement[]
stackTrace
field_1097
stackTrace

Constructor summary

ModifierConstructor
public (String title)

Method summary

Modifier and TypeMethod
public static String
formatLocation(double x, double y, double z)
method_73068(double arg0, double arg1, double arg2)
createPositionString(double x, double y, double z)
public static String
formatLocation(LevelHeightAccessor levelHeightAccessor, double x, double y, double z)
method_583(class_5539 arg0, double arg1, double arg2, double arg3)
createPositionString(HeightLimitView world, double x, double y, double z)
public static String
formatLocation(LevelHeightAccessor levelHeightAccessor, BlockPos pos)
method_582(class_5539 arg0, class_2338 arg1)
createPositionString(HeightLimitView world, BlockPos pos)
public static String
formatLocation(LevelHeightAccessor levelHeightAccessor, int x, int y, int z)
method_581(class_5539 arg0, int arg1, int arg2, int arg3)
createPositionString(HeightLimitView world, int x, int y, int z)
public CrashReportSection
setDetail(String key, CrashReportDetail<String> callback)
method_577(String arg0, class_133<String> arg1)
add(String name, CrashCallable<String> callable)
public CrashReportSection
setDetail(String key, Object value)
method_578(String arg0, Object arg1)
add(String name, Object detail)
public void
setDetailError(String key, Throwable t)
method_585(String arg0, Throwable arg1)
add(String name, Throwable throwable)
public int
fillInStackTrace(int nestedOffset)
method_579(int arg0)
initStackTrace(int ignoredCallCount)
public boolean
validateStackTrace(StackTraceElement source, StackTraceElement next)
method_584(StackTraceElement arg0, StackTraceElement arg1)
shouldGenerateStackTrace(StackTraceElement prev, StackTraceElement next)
public void
trimStacktrace(int length)
method_580(int arg0)
trimStackTraceEnd(int callCount)
public void
getDetails(StringBuilder builder)
method_574(StringBuilder arg0)
addStackTrace(StringBuilder crashReportBuilder)
public StackTraceElement[]
getStacktrace()
method_575()
getStackTrace()
public static void
populateBlockDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos, BlockState state)
method_586(class_129 arg0, class_5539 arg1, class_2338 arg2, class_2680 arg3)
addBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, BlockState state)
public static CrashReportSection
populateBlockLocationDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos)
method_68844(class_129 arg0, class_5539 arg1, class_2338 arg2)
addBlockLocation(CrashReportSection element, HeightLimitView world, BlockPos pos)
private static String
lambda$populateBlockLocationDetails$0(LevelHeightAccessor arg0, BlockPos arg1)
method_68845(class_5539 arg0, class_2338 arg1)
method_68845(HeightLimitView arg0, BlockPos arg1)