Class CrashReportCategory

java.lang.Object
net.minecraft.src.CrashReportCategory

public class CrashReportCategory extends Object
  • Constructor Details

    • CrashReportCategory

      public CrashReportCategory(CrashReport par1CrashReport, String par2Str)
  • Method Details

    • func_85074_a

      public static String func_85074_a(double par0, double par2, double par4)
    • getLocationInfo

      public static String getLocationInfo(int par0, int par1, int par2)
      Returns a string with world information on location.Args:x,y,z
    • addCrashSectionCallable

      public void addCrashSectionCallable(String par1Str, Callable par2Callable)
      Adds a Crashreport section with the given name with the value set to the result of the given Callable;
    • addCrashSection

      public void addCrashSection(String par1Str, Object par2Obj)
      Adds a Crashreport section with the given name with the given value (convered .toString())
    • addCrashSectionThrowable

      public void addCrashSectionThrowable(String par1Str, Throwable par2Throwable)
      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

      public void func_85072_a(StringBuilder par1StringBuilder)
    • addBlockCrashInfo

      public static void addBlockCrashInfo(CrashReportCategory par0CrashReportCategory, int par1, int par2, int par3, int par4, int par5)