Uses of Class
net.minecraft.crash.CrashReport
Packages that use CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReportMethods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionstatic voidMinecraft.crash(CrashReport p_71377_0_) voidMinecraft.delayCrash(CrashReport p_71404_1_) static voidMinecraft.fillReport(LanguageManager p_228009_0_, String p_228009_1_, GameSettings p_228009_2_, CrashReport p_228009_3_) Minecraft.fillReport(CrashReport p_71396_1_) -
Uses of CrashReport in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.crash
Fields in net.minecraft.crash declared as CrashReportModifier and TypeFieldDescriptionprivate final CrashReportCrashReportCategory.reportprivate final CrashReportReportedException.reportMethods in net.minecraft.crash that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportCrashReport.forThrowable(Throwable p_85055_0_, String p_85055_1_) ReportedException.getReport()Constructors in net.minecraft.crash with parameters of type CrashReportModifierConstructorDescriptionCrashReportCategory(CrashReport p_i1353_1_, String p_i1353_2_) ReportedException(CrashReport p_i1356_1_) -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReportCompoundNBT.createReport(String p_229677_1_, INBTType<?> p_229677_2_, ClassCastException p_229677_3_) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportMethods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftServer.fillReport(CrashReport p_71230_1_) protected voidMinecraftServer.onServerCrash(CrashReport p_71228_1_) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportMethods in net.minecraft.server.dedicated with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return CrashReportMethods in net.minecraft.server.integrated with parameters of type CrashReportModifier and TypeMethodDescriptionIntegratedServer.fillReport(CrashReport p_71230_1_) voidIntegratedServer.onServerCrash(CrashReport p_71228_1_) -
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type CrashReportModifier and TypeMethodDescriptionstatic voidCrashReportExtender.addCrashReportHeader(StringBuilder stringbuilder, CrashReport crashReport) static voidCrashReportExtender.enhanceCrashReport(CrashReport crashReport, CrashReportCategory category)