Uses of Class
net.minecraft.util.crash.CrashReport
-
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReport Modifier and Type Field Description private @Nullable CrashReportMinecraftClient. crashReportMethods in net.minecraft.client that return CrashReport Modifier and Type Method Description CrashReportMinecraftClient. addDetailsToCrashReport(CrashReport report)Methods in net.minecraft.client with parameters of type CrashReport Modifier and Type Method Description CrashReportMinecraftClient. addDetailsToCrashReport(CrashReport report)static voidMinecraftClient. addSystemDetailsToCrashReport(@Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report)static voidMinecraftClient. printCrashReport(CrashReport report)voidMinecraftClient. setCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CrashReport Modifier and Type Method Description CrashReportSectionClientWorld. addDetailsToCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReport Modifier and Type Method Description private CrashReportNbtCompound. createCrashReport(String key, NbtType<?> reader, ClassCastException classCastException) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReport Modifier and Type Method Description CrashReportMinecraftServer. populateCrashReport(CrashReport report)Methods in net.minecraft.server with parameters of type CrashReport Modifier and Type Method Description CrashReportMinecraftServer. populateCrashReport(CrashReport report)protected voidMinecraftServer. setCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReport Modifier and Type Method Description CrashReportMinecraftDedicatedServer. populateCrashReport(CrashReport report)Methods in net.minecraft.server.dedicated with parameters of type CrashReport Modifier and Type Method Description CrashReportMinecraftDedicatedServer. populateCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return CrashReport Modifier and Type Method Description CrashReportIntegratedServer. populateCrashReport(CrashReport report)Methods in net.minecraft.server.integrated with parameters of type CrashReport Modifier and Type Method Description CrashReportIntegratedServer. populateCrashReport(CrashReport report)voidIntegratedServer. setCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.test
Methods in net.minecraft.test with parameters of type CrashReport Modifier and Type Method Description voidTestServer. setCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReport Modifier and Type Field Description private CrashReportCrashException. reportprivate CrashReportCrashReportSection. reportMethods in net.minecraft.util.crash that return CrashReport Modifier and Type Method Description static CrashReportCrashReport. create(Throwable cause, String title)CrashReportCrashException. getReport()Constructors in net.minecraft.util.crash with parameters of type CrashReport Constructor Description CrashException(CrashReport report)CrashReportSection(CrashReport report, String title) -
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport Modifier and Type Method Description CrashReportSectionWorld. addDetailsToCrashReport(CrashReport report)