Package net.minecraft.util.crash
Class CrashReportSection
java.lang.Object
net.minecraft.util.crash.CrashReportSection
public class CrashReportSection extends Object
- Mappings:
Namespace Name official cintermediary net/minecraft/class_1364named net/minecraft/util/crash/CrashReportSection
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classCrashReportSection.Element -
Field Summary
Fields Modifier and Type Field Description private List<CrashReportSection.Element>elementsprivate CrashReportreportprivate StackTraceElement[]stackTraceprivate Stringtitle -
Constructor Summary
Constructors Constructor Description CrashReportSection(CrashReport report, String title) -
Method Summary
Modifier and Type Method Description voidadd(String name, Throwable throwable)voidadd(String string, Callable<String> callable)static voidaddBlockData(CrashReportSection section, BlockPos pos, Block block, int int2)static StringaddBlockData(BlockPos pos)static voidaddBlockInfo(CrashReportSection element, BlockPos pos, BlockState state)static StringaddBlockPosData(double x, double y, double z)voidaddElement(String name, Object value)voidaddStackTrace(StringBuilder stringBuilder)StackTraceElement[]getStackTrace()intinitStackTrace(int ignoredCallCount)booleanmethod_4851(StackTraceElement stackTraceElement, StackTraceElement stackTraceElement2)voidtrimStackTraceEnd(int callCount)
-
Field Details
-
report
- Mappings:
Namespace Name Mixin selector official aLc;a:Lb;intermediary field_5755Lnet/minecraft/class_1364;field_5755:Lnet/minecraft/class_825;named reportLnet/minecraft/util/crash/CrashReportSection;report:Lnet/minecraft/util/crash/CrashReport;
-
title
- Mappings:
Namespace Name Mixin selector official bLc;b:Ljava/lang/String;intermediary field_5756Lnet/minecraft/class_1364;field_5756:Ljava/lang/String;named titleLnet/minecraft/util/crash/CrashReportSection;title:Ljava/lang/String;
-
elements
- Mappings:
Namespace Name Mixin selector official cLc;c:Ljava/util/List;intermediary field_5757Lnet/minecraft/class_1364;field_5757:Ljava/util/List;named elementsLnet/minecraft/util/crash/CrashReportSection;elements:Ljava/util/List;
-
stackTrace
- Mappings:
Namespace Name Mixin selector official dLc;d:[Ljava/lang/StackTraceElement;intermediary field_5758Lnet/minecraft/class_1364;field_5758:[Ljava/lang/StackTraceElement;named stackTraceLnet/minecraft/util/crash/CrashReportSection;stackTrace:[Ljava/lang/StackTraceElement;
-
-
Constructor Details
-
CrashReportSection
- Mappings:
Namespace Name Mixin selector official <init>Lc;<init>(Lb;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1364;<init>(Lnet/minecraft/class_825;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/util/crash/CrashReportSection;<init>(Lnet/minecraft/util/crash/CrashReport;Ljava/lang/String;)V
-
-
Method Details
-
addBlockPosData
- Mappings:
Namespace Name Mixin selector official aLc;a(DDD)Ljava/lang/String;intermediary method_4846Lnet/minecraft/class_1364;method_4846(DDD)Ljava/lang/String;named addBlockPosDataLnet/minecraft/util/crash/CrashReportSection;addBlockPosData(DDD)Ljava/lang/String;
-
addBlockData
- Mappings:
Namespace Name Mixin selector official aLc;a(Lcj;)Ljava/lang/String;intermediary method_4850Lnet/minecraft/class_1364;method_4850(Lnet/minecraft/class_1372;)Ljava/lang/String;named addBlockDataLnet/minecraft/util/crash/CrashReportSection;addBlockData(Lnet/minecraft/util/math/BlockPos;)Ljava/lang/String;
-
add
- Mappings:
Namespace Name Mixin selector official aLc;a(Ljava/lang/String;Ljava/util/concurrent/Callable;)Vintermediary method_4854Lnet/minecraft/class_1364;method_4854(Ljava/lang/String;Ljava/util/concurrent/Callable;)Vnamed addLnet/minecraft/util/crash/CrashReportSection;add(Ljava/lang/String;Ljava/util/concurrent/Callable;)V
-
addElement
- Mappings:
Namespace Name Mixin selector official aLc;a(Ljava/lang/String;Ljava/lang/Object;)Vintermediary method_4852Lnet/minecraft/class_1364;method_4852(Ljava/lang/String;Ljava/lang/Object;)Vnamed addElementLnet/minecraft/util/crash/CrashReportSection;addElement(Ljava/lang/String;Ljava/lang/Object;)V
-
add
- Mappings:
Namespace Name Mixin selector official aLc;a(Ljava/lang/String;Ljava/lang/Throwable;)Vintermediary method_4853Lnet/minecraft/class_1364;method_4853(Ljava/lang/String;Ljava/lang/Throwable;)Vnamed addLnet/minecraft/util/crash/CrashReportSection;add(Ljava/lang/String;Ljava/lang/Throwable;)V
-
initStackTrace
public int initStackTrace(int ignoredCallCount)- Mappings:
Namespace Name Mixin selector official aLc;a(I)Iintermediary method_4847Lnet/minecraft/class_1364;method_4847(I)Inamed initStackTraceLnet/minecraft/util/crash/CrashReportSection;initStackTrace(I)I
-
method_4851
public boolean method_4851(StackTraceElement stackTraceElement, StackTraceElement stackTraceElement2)- Mappings:
Namespace Name Mixin selector official aLc;a(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Zintermediary method_4851Lnet/minecraft/class_1364;method_4851(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Znamed method_4851Lnet/minecraft/util/crash/CrashReportSection;method_4851(Ljava/lang/StackTraceElement;Ljava/lang/StackTraceElement;)Z
-
trimStackTraceEnd
public void trimStackTraceEnd(int callCount)- Mappings:
Namespace Name Mixin selector official bLc;b(I)Vintermediary method_4856Lnet/minecraft/class_1364;method_4856(I)Vnamed trimStackTraceEndLnet/minecraft/util/crash/CrashReportSection;trimStackTraceEnd(I)V
-
addStackTrace
- Mappings:
Namespace Name Mixin selector official aLc;a(Ljava/lang/StringBuilder;)Vintermediary method_4855Lnet/minecraft/class_1364;method_4855(Ljava/lang/StringBuilder;)Vnamed addStackTraceLnet/minecraft/util/crash/CrashReportSection;addStackTrace(Ljava/lang/StringBuilder;)V
-
getStackTrace
- Mappings:
Namespace Name Mixin selector official aLc;a()[Ljava/lang/StackTraceElement;intermediary method_4845Lnet/minecraft/class_1364;method_4845()[Ljava/lang/StackTraceElement;named getStackTraceLnet/minecraft/util/crash/CrashReportSection;getStackTrace()[Ljava/lang/StackTraceElement;
-
addBlockData
- Mappings:
Namespace Name Mixin selector official aLc;a(Lc;Lcj;Lafh;I)Vintermediary method_4848Lnet/minecraft/class_1364;method_4848(Lnet/minecraft/class_1364;Lnet/minecraft/class_1372;Lnet/minecraft/class_160;I)Vnamed addBlockDataLnet/minecraft/util/crash/CrashReportSection;addBlockData(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
-
addBlockInfo
- Mappings:
Namespace Name Mixin selector official aLc;a(Lc;Lcj;Lalz;)Vintermediary method_4849Lnet/minecraft/class_1364;method_4849(Lnet/minecraft/class_1364;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Vnamed addBlockInfoLnet/minecraft/util/crash/CrashReportSection;addBlockInfo(Lnet/minecraft/util/crash/CrashReportSection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-