net.minecraft.util.crash

public class CrashReportSection

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

Field summary

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

Constructor summary

ModifierConstructor
public (String title)

Method summary

Modifier and TypeMethod
public static String
formatLocation(LevelHeightAccessor levelHeightAccessor, double x, double y, double z)
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)
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)
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)
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)
setDetail(String key, Object value)
method_578(String arg0, Object arg1)
add(String name, Object detail)
public void
setDetailError(String key, Throwable t)
setDetailError(String key, Throwable t)
method_585(String arg0, Throwable arg1)
add(String name, Throwable throwable)
public int
fillInStackTrace(int nestedOffset)
fillInStackTrace(int nestedOffset)
method_579(int arg0)
initStackTrace(int ignoredCallCount)
public boolean
validateStackTrace(StackTraceElement source, StackTraceElement next)
validateStackTrace(StackTraceElement source, StackTraceElement next)
method_584(StackTraceElement arg0, StackTraceElement arg1)
shouldGenerateStackTrace(StackTraceElement prev, StackTraceElement next)
public void
getDetails(StringBuilder builder)
getDetails(StringBuilder builder)
method_574(StringBuilder arg0)
addStackTrace(StringBuilder crashReportBuilder)
public StackTraceElement[]
getStacktrace()
getStacktrace()
method_575()
getStackTrace()
public static void
populateBlockDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos, BlockState state)
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)
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)