|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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.getTheReportedExceptionCrashReport()
Gets the CrashReport Instance. |
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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |