Uses of Class
net.minecraft.crash.CrashReport

Packages that use CrashReport
cpw.mods.fml.common   
net.minecraft.client   
net.minecraft.client.multiplayer   
net.minecraft.crash   
net.minecraft.server   
net.minecraft.server.dedicated   
net.minecraft.server.integrated   
net.minecraft.util   
net.minecraft.world   
 

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
 void MinecraftAppletImpl.displayCrashReportInternal(CrashReport par1CrashReport)
           
abstract  void Minecraft.displayCrashReportInternal(CrashReport var1)
           
 

Constructors in net.minecraft.client with parameters of type CrashReport
PanelCrashReport(CrashReport par1CrashReport)
           
 

Uses of CrashReport in net.minecraft.client.multiplayer
 

Methods in net.minecraft.client.multiplayer with parameters of type CrashReport
 CrashReportCategory WorldClient.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 

Uses of CrashReport in net.minecraft.crash
 

Methods in net.minecraft.crash that return CrashReport
static CrashReport CrashReport.makeCrashReport(Throwable par0Throwable, String par1Str)
          Creates a crash report for the exception
 

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

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.server.dedicated
 

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

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

Uses of CrashReport in net.minecraft.server.integrated
 

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

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

Uses of CrashReport in net.minecraft.util
 

Methods in net.minecraft.util that return CrashReport
 CrashReport ReportedException.getCrashReport()
          Gets the CrashReport wrapped by this exception.
 

Constructors in net.minecraft.util with parameters of type CrashReport
ReportedException(CrashReport par1CrashReport)
           
 

Uses of CrashReport in net.minecraft.world
 

Methods in net.minecraft.world with parameters of type CrashReport
 CrashReportCategory World.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.