Uses of Class
net.minecraft.crash.CrashReportCategory

Packages that use CrashReportCategory
cpw.mods.fml.common   
net.minecraft.client.multiplayer   
net.minecraft.crash   
net.minecraft.entity   
net.minecraft.entity.item   
net.minecraft.tileentity   
net.minecraft.world   
net.minecraft.world.storage   
 

Uses of CrashReportCategory in cpw.mods.fml.common
 

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

Uses of CrashReportCategory in net.minecraft.client.multiplayer
 

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

Uses of CrashReportCategory in net.minecraft.crash
 

Methods in net.minecraft.crash that return CrashReportCategory
 CrashReportCategory CrashReport.func_85056_g()
           
 CrashReportCategory CrashReport.makeCategory(String par1Str)
          Creates a CrashReportCategory
 CrashReportCategory CrashReport.makeCategoryDepth(String par1Str, int par2)
          Creates a CrashReportCategory for the given stack trace depth
 

Methods in net.minecraft.crash with parameters of type CrashReportCategory
static void CrashReportCategory.func_85068_a(CrashReportCategory par0CrashReportCategory, int par1, int par2, int par3, int par4, int par5)
           
 

Uses of CrashReportCategory in net.minecraft.entity
 

Methods in net.minecraft.entity with parameters of type CrashReportCategory
 void Entity.func_85029_a(CrashReportCategory par1CrashReportCategory)
           
 

Uses of CrashReportCategory in net.minecraft.entity.item
 

Methods in net.minecraft.entity.item with parameters of type CrashReportCategory
 void EntityFallingSand.func_85029_a(CrashReportCategory par1CrashReportCategory)
           
 

Uses of CrashReportCategory in net.minecraft.tileentity
 

Methods in net.minecraft.tileentity with parameters of type CrashReportCategory
 void TileEntity.func_85027_a(CrashReportCategory par1CrashReportCategory)
           
 

Uses of CrashReportCategory in net.minecraft.world
 

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

Uses of CrashReportCategory in net.minecraft.world.storage
 

Methods in net.minecraft.world.storage with parameters of type CrashReportCategory
 void WorldInfo.func_85118_a(CrashReportCategory par1CrashReportCategory)