Package net.minecraft.src
Class CrashReportCategory
java.lang.Object
net.minecraft.src.CrashReportCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBlockCrashInfo(CrashReportCategory par0CrashReportCategory, int par1, int par2, int par3, int par4, int par5) voidaddCrashSection(String par1Str, Object par2Obj) Adds a Crashreport section with the given name with the given value (convered .toString())voidaddCrashSectionCallable(String par1Str, Callable par2Callable) Adds a Crashreport section with the given name with the value set to the result of the given Callable;voidaddCrashSectionThrowable(String par1Str, Throwable par2Throwable) Adds a Crashreport section with the given name with the given Throwablebooleanfunc_85069_a(StackTraceElement par1StackTraceElement, StackTraceElement par2StackTraceElement) voidfunc_85070_b(int par1) voidfunc_85072_a(StringBuilder par1StringBuilder) intfunc_85073_a(int par1) static Stringfunc_85074_a(double par0, double par2, double par4) static StringgetLocationInfo(int par0, int par1, int par2) Returns a string with world information on location.Args:x,y,z
-
Constructor Details
-
CrashReportCategory
-
-
Method Details
-
func_85074_a
-
getLocationInfo
Returns a string with world information on location.Args:x,y,z -
addCrashSectionCallable
Adds a Crashreport section with the given name with the value set to the result of the given Callable; -
addCrashSection
Adds a Crashreport section with the given name with the given value (convered .toString()) -
addCrashSectionThrowable
Adds a Crashreport section with the given name with the given Throwable -
func_85073_a
public int func_85073_a(int par1) -
func_85069_a
public boolean func_85069_a(StackTraceElement par1StackTraceElement, StackTraceElement par2StackTraceElement) -
func_85070_b
public void func_85070_b(int par1) -
func_85072_a
-
addBlockCrashInfo
public static void addBlockCrashInfo(CrashReportCategory par0CrashReportCategory, int par1, int par2, int par3, int par4, int par5)
-