Examples of func_85073_a()


Examples of net.minecraft.crash.CrashReportCategory.func_85073_a()

  @Override
  public CrashReportCategory makeCategoryDepth(String par1Str, int par2) {
    CrashReportCategory var3 = new CrashReportCategory(this, par1Str);

    if (this.field_85059_f) {
      int var4 = var3.func_85073_a(par2);
      StackTraceElement[] var5 = this.cause.getStackTrace();
      StackTraceElement var6 = null;
      StackTraceElement var7 = null;

      if (var5 != null && var5.length - var4 < var5.length && var5.length - var4 >= 0) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.