Uses of Class
net.minecraft.crash.CrashReport
-
-
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReport Modifier and Type Field Description private CrashReport
Minecraft. delayedCrash
Methods in net.minecraft.client that return CrashReport Modifier and Type Method Description CrashReport
Minecraft. fillReport(CrashReport p_71396_1_)
Methods in net.minecraft.client with parameters of type CrashReport Modifier and Type Method Description static void
Minecraft. crash(CrashReport p_71377_0_)
void
Minecraft. delayCrash(CrashReport p_71404_1_)
static void
Minecraft. fillReport(LanguageManager p_228009_0_, java.lang.String p_228009_1_, GameSettings p_228009_2_, CrashReport p_228009_3_)
CrashReport
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 Modifier and Type Method Description CrashReportCategory
ClientWorld. fillReportDetails(CrashReport p_72914_1_)
-
Uses of CrashReport in net.minecraft.crash
Fields in net.minecraft.crash declared as CrashReport Modifier and Type Field Description private CrashReport
CrashReportCategory. report
private CrashReport
ReportedException. report
Methods in net.minecraft.crash that return CrashReport Modifier and Type Method Description static CrashReport
CrashReport. forThrowable(java.lang.Throwable p_85055_0_, java.lang.String p_85055_1_)
CrashReport
ReportedException. getReport()
Constructors in net.minecraft.crash with parameters of type CrashReport Constructor Description CrashReportCategory(CrashReport p_i1353_1_, java.lang.String p_i1353_2_)
ReportedException(CrashReport p_i1356_1_)
-
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReport Modifier and Type Method Description private CrashReport
CompoundNBT. createReport(java.lang.String p_229677_1_, INBTType<?> p_229677_2_, java.lang.ClassCastException p_229677_3_)
-
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReport Modifier and Type Method Description CrashReport
MinecraftServer. fillReport(CrashReport p_71230_1_)
Methods in net.minecraft.server with parameters of type CrashReport Modifier and Type Method Description CrashReport
MinecraftServer. fillReport(CrashReport p_71230_1_)
protected void
MinecraftServer. onServerCrash(CrashReport p_71228_1_)
-
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReport Modifier and Type Method Description CrashReport
DedicatedServer. fillReport(CrashReport p_71230_1_)
Methods in net.minecraft.server.dedicated with parameters of type CrashReport Modifier and Type Method Description CrashReport
DedicatedServer. fillReport(CrashReport p_71230_1_)
-
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return CrashReport Modifier and Type Method Description CrashReport
IntegratedServer. fillReport(CrashReport p_71230_1_)
Methods in net.minecraft.server.integrated with parameters of type CrashReport Modifier and Type Method Description CrashReport
IntegratedServer. fillReport(CrashReport p_71230_1_)
void
IntegratedServer. onServerCrash(CrashReport p_71228_1_)
-
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport Modifier and Type Method Description CrashReportCategory
World. fillReportDetails(CrashReport p_72914_1_)
-
Uses of CrashReport in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type CrashReport Modifier and Type Method Description static void
CrashReportExtender. addCrashReportHeader(java.lang.StringBuilder stringbuilder, CrashReport crashReport)
static void
CrashReportExtender. enhanceCrashReport(CrashReport crashReport, CrashReportCategory category)
-