Package net.minecraft.util.crash
Class CrashReportSection
java.lang.Object
net.minecraft.util.crash.CrashReportSection
- Mappings:
Namespace Name named net/minecraft/util/crash/CrashReportSectionintermediary net/minecraft/class_129official q
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<CrashReportSection.Element> private StackTraceElement[]private final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String name, CrashCallable<String> callable) static voidaddBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, BlockState state) static CrashReportSectionaddBlockLocation(CrashReportSection element, HeightLimitView world, BlockPos pos) voidaddStackTrace(StringBuilder crashReportBuilder) static StringcreatePositionString(HeightLimitView world, double x, double y, double z) static StringcreatePositionString(HeightLimitView world, int x, int y, int z) static StringcreatePositionString(HeightLimitView world, BlockPos pos) intinitStackTrace(int ignoredCallCount) booleanvoidtrimStackTraceEnd(int callCount)
-
Field Details
-
title
- Mappings:
Namespace Name Mixin selector named titleLnet/minecraft/util/crash/CrashReportSection;title:Ljava/lang/String;intermediary field_1096Lnet/minecraft/class_129;field_1096:Ljava/lang/String;official aLq;a:Ljava/lang/String;
-
elements
- Mappings:
Namespace Name Mixin selector named elementsLnet/minecraft/util/crash/CrashReportSection;elements:Ljava/util/List;intermediary field_1094Lnet/minecraft/class_129;field_1094:Ljava/util/List;official bLq;b:Ljava/util/List;
-
stackTrace
- Mappings:
Namespace Name Mixin selector named stackTraceLnet/minecraft/util/crash/CrashReportSection;stackTrace:[Ljava/lang/StackTraceElement;intermediary field_1097Lnet/minecraft/class_129;field_1097:[Ljava/lang/StackTraceElement;official cLq;c:[Ljava/lang/StackTraceElement;
-
-
Constructor Details
-
CrashReportSection
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/util/crash/CrashReportSection;<init>(Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_129;<init>(Ljava/lang/String;)Vofficial <init>Lq;<init>(Ljava/lang/String;)V
-
-
Method Details
-
createPositionString
- Mappings:
Namespace Name Mixin selector named createPositionStringLnet/minecraft/util/crash/CrashReportSection;createPositionString(Lnet/minecraft/world/HeightLimitView;DDD)Ljava/lang/String;intermediary method_583Lnet/minecraft/class_129;method_583(Lnet/minecraft/class_5539;DDD)Ljava/lang/String;official aLq;a(Ldkl;DDD)Ljava/lang/String;
-
createPositionString
- Mappings:
Namespace Name Mixin selector named createPositionStringLnet/minecraft/util/crash/CrashReportSection;createPositionString(Lnet/minecraft/world/HeightLimitView;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/String;intermediary method_582Lnet/minecraft/class_129;method_582(Lnet/minecraft/class_5539;Lnet/minecraft/class_2338;)Ljava/lang/String;official aLq;a(Ldkl;Liw;)Ljava/lang/String;
-
createPositionString
- Mappings:
Namespace Name Mixin selector named createPositionStringLnet/minecraft/util/crash/CrashReportSection;createPositionString(Lnet/minecraft/world/HeightLimitView;III)Ljava/lang/String;intermediary method_581Lnet/minecraft/class_129;method_581(Lnet/minecraft/class_5539;III)Ljava/lang/String;official aLq;a(Ldkl;III)Ljava/lang/String;
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/util/crash/CrashReportSection;add(Ljava/lang/String;Lnet/minecraft/util/crash/CrashCallable;)Lnet/minecraft/util/crash/CrashReportSection;intermediary method_577Lnet/minecraft/class_129;method_577(Ljava/lang/String;Lnet/minecraft/class_133;)Lnet/minecraft/class_129;official aLq;a(Ljava/lang/String;Lr;)Lq;
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/util/crash/CrashReportSection;add(Ljava/lang/String;Ljava/lang/Object;)Lnet/minecraft/util/crash/CrashReportSection;intermediary method_578Lnet/minecraft/class_129;method_578(Ljava/lang/String;Ljava/lang/Object;)Lnet/minecraft/class_129;official aLq;a(Ljava/lang/String;Ljava/lang/Object;)Lq;
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/util/crash/CrashReportSection;add(Ljava/lang/String;Ljava/lang/Throwable;)Vintermediary method_585Lnet/minecraft/class_129;method_585(Ljava/lang/String;Ljava/lang/Throwable;)Vofficial aLq;a(Ljava/lang/String;Ljava/lang/Throwable;)V
-
initStackTrace
public int initStackTrace(int ignoredCallCount) - Mappings:
Namespace Name Mixin selector named initStackTraceLnet/minecraft/util/crash/CrashReportSection;initStackTrace(I)Iintermediary method_579Lnet/minecraft/class_129;method_579(I)Iofficial aLq;a(I)I
-
shouldGenerateStackTrace
- Mappings:
Namespace Name Mixin selector named shouldGenerateStackTraceLnet/minecraft/util/crash/CrashReportSection;shouldGenerateStackTrace(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Zintermediary method_584Lnet/minecraft/class_129;method_584(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Zofficial aLq;a(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Z
-
trimStackTraceEnd
public void trimStackTraceEnd(int callCount) - Mappings:
Namespace Name Mixin selector named trimStackTraceEndLnet/minecraft/util/crash/CrashReportSection;trimStackTraceEnd(I)Vintermediary method_580Lnet/minecraft/class_129;method_580(I)Vofficial bLq;b(I)V
-
addStackTrace
- Mappings:
Namespace Name Mixin selector named addStackTraceLnet/minecraft/util/crash/CrashReportSection;addStackTrace(Ljava/lang/StringBuilder;)Vintermediary method_574Lnet/minecraft/class_129;method_574(Ljava/lang/StringBuilder;)Vofficial aLq;a(Ljava/lang/StringBuilder;)V
-
getStackTrace
- Mappings:
Namespace Name Mixin selector named getStackTraceLnet/minecraft/util/crash/CrashReportSection;getStackTrace()[Ljava/lang/StackTraceElement;intermediary method_575Lnet/minecraft/class_129;method_575()[Ljava/lang/StackTraceElement;official aLq;a()[Ljava/lang/StackTraceElement;
-
addBlockInfo
public static void addBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, BlockState state) - Mappings:
Namespace Name Mixin selector named addBlockInfoLnet/minecraft/util/crash/CrashReportSection;addBlockInfo(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary method_586Lnet/minecraft/class_129;method_586(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial aLq;a(Lq;Ldkl;Liw;Lebq;)V
-
addBlockLocation
public static CrashReportSection addBlockLocation(CrashReportSection element, HeightLimitView world, BlockPos pos) - Mappings:
Namespace Name Mixin selector named addBlockLocationLnet/minecraft/util/crash/CrashReportSection;addBlockLocation(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/world/HeightLimitView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/crash/CrashReportSection;intermediary method_68844Lnet/minecraft/class_129;method_68844(Lnet/minecraft/class_129;Lnet/minecraft/class_5539;Lnet/minecraft/class_2338;)Lnet/minecraft/class_129;official aLq;a(Lq;Ldkl;Liw;)Lq;
-