public CrashReport func_71230_b(CrashReport p_71230_1_) {
   p_71230_1_ = super.func_71230_b(p_71230_1_);
   p_71230_1_.func_85056_g().func_71500_a("Type", new CallableType3(this));
   p_71230_1_.func_85056_g().func_71500_a("Is Modded", new CallableIsModded(this));
   return p_71230_1_;
 }
Пример #2
0
 /** Adds the server info, including from theWorldServer, to the crash report. */
 public CrashReport addServerInfoToCrashReport(CrashReport par1CrashReport) {
   par1CrashReport = super.addServerInfoToCrashReport(par1CrashReport);
   par1CrashReport.func_85056_g().addCrashSectionCallable("Is Modded", new CallableType(this));
   par1CrashReport.func_85056_g().addCrashSectionCallable("Type", new CallableServerType(this));
   return par1CrashReport;
 }