Uses of Class
net.minecraft.src.CrashReport

Packages that use CrashReport
cpw.mods.fml.common   
net.minecraft.client   
net.minecraft.server   
net.minecraft.src   
 

Uses of CrashReport in cpw.mods.fml.common
 

Methods in cpw.mods.fml.common with parameters of type CrashReport
 void FMLCommonHandler.enhanceCrashReport(CrashReport crashReport, CrashReportCategory category)
           
 

Uses of CrashReport in net.minecraft.client
 

Methods in net.minecraft.client that return CrashReport
 CrashReport Minecraft.addGraphicsAndWorldToCrashReport(CrashReport par1CrashReport)
          adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
 

Methods in net.minecraft.client with parameters of type CrashReport
 CrashReport Minecraft.addGraphicsAndWorldToCrashReport(CrashReport par1CrashReport)
          adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
 void Minecraft.crashed(CrashReport par1CrashReport)
           
 void Minecraft.displayCrashReport(CrashReport par1CrashReport)
          Wrapper around displayCrashReportInternal
abstract  void Minecraft.displayCrashReportInternal(CrashReport var1)
           
 

Uses of CrashReport in net.minecraft.server
 

Methods in net.minecraft.server that return CrashReport
 CrashReport MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
 

Methods in net.minecraft.server with parameters of type CrashReport
 CrashReport MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
 

Uses of CrashReport in net.minecraft.src
 

Methods in net.minecraft.src that return CrashReport
 CrashReport IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
 CrashReport DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
static CrashReport CrashReport.func_85055_a(Throwable par0Throwable, String par1Str)
           
 CrashReport ReportedException.getCrashReport()
          Gets the CrashReport wrapped by this exception.
 

Methods in net.minecraft.src with parameters of type CrashReport
 CrashReport IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
 CrashReport DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          Adds the server info, including from theWorldServer, to the crash report.
 CrashReportCategory WorldClient.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 CrashReportCategory World.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 void MinecraftAppletImpl.displayCrashReportInternal(CrashReport par1CrashReport)
           
 

Constructors in net.minecraft.src with parameters of type CrashReport
CallableMinecraftVersion(CrashReport par1CrashReport)
           
CrashReportCategory(CrashReport par1CrashReport, String par2Str)
           
PanelCrashReport(CrashReport par1CrashReport)
           
ReportedException(CrashReport par1CrashReport)