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)
           
 

Uses of CrashReport in net.minecraft.client
 

Methods in net.minecraft.client that return CrashReport
 CrashReport Minecraft.func_71396_d(CrashReport par1CrashReport)
           
 

Methods in net.minecraft.client with parameters of type CrashReport
 void Minecraft.crashed(CrashReport par1CrashReport)
           
 void Minecraft.displayCrashReport(CrashReport par1CrashReport)
          Wrapper around displayCrashReportInternal
abstract  void Minecraft.displayCrashReportInternal(CrashReport var1)
           
 CrashReport Minecraft.func_71396_d(CrashReport par1CrashReport)
           
 

Uses of CrashReport in net.minecraft.server
 

Methods in net.minecraft.server that return CrashReport
 CrashReport MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 

Methods in net.minecraft.server with parameters of type CrashReport
 CrashReport MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 

Uses of CrashReport in net.minecraft.src
 

Methods in net.minecraft.src that return CrashReport
 CrashReport IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 CrashReport DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 CrashReport WorldClient.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 CrashReport World.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 CrashReport ReportedException.func_71575_a()
           
 

Methods in net.minecraft.src with parameters of type CrashReport
 CrashReport IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 CrashReport DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
          iterates the worldServers and adds their info also
 CrashReport WorldClient.addWorldInfoToCrashReport(CrashReport par1CrashReport)
          Adds some basic stats of the world to the given crash report.
 CrashReport 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)
           
PanelCrashReport(CrashReport par1CrashReport)
           
ReportedException(CrashReport par1CrashReport)