コード例 #1
0
ファイル: CrashReport.java プロジェクト: sbaixas/MCMadCow
 private void func_71504_g() {
   this.func_71500_a("Minecraft Version", new CallableMinecraftVersion(this));
   this.func_71500_a("Operating System", new CallableOSInfo(this));
   this.func_71500_a("Java Version", new CallableJavaInfo(this));
   this.func_71500_a("Java VM Version", new CallableJavaInfo2(this));
   this.func_71500_a("Memory", new CallableMemoryInfo(this));
   this.func_71500_a("JVM Flags", new CallableJVMFlags(this));
   this.func_71507_a("ModLoader", ModLoader.getCrashReport());
 }