Uses of Class
net.minecraft.SystemReport
Packages that use SystemReport
Package
Description
-
Uses of SystemReport in net.minecraft
Fields in net.minecraft declared as SystemReportMethods in net.minecraft that return SystemReport -
Uses of SystemReport in net.minecraft.client
Methods in net.minecraft.client that return SystemReportModifier and TypeMethodDescriptionprivate static SystemReport
Minecraft.fillSystemReport(SystemReport p_167851_, Minecraft p_167852_, LanguageManager p_167853_, String p_167854_, Options p_167855_)
Methods in net.minecraft.client with parameters of type SystemReportModifier and TypeMethodDescriptionprivate Path
Minecraft.archiveProfilingReport(SystemReport p_167857_, List<Path> p_167858_)
private static SystemReport
Minecraft.fillSystemReport(SystemReport p_167851_, Minecraft p_167852_, LanguageManager p_167853_, String p_167854_, Options p_167855_)
-
Uses of SystemReport in net.minecraft.client.server
Methods in net.minecraft.client.server that return SystemReportModifier and TypeMethodDescriptionIntegratedServer.fillServerSystemReport(SystemReport p_174970_)
Methods in net.minecraft.client.server with parameters of type SystemReportModifier and TypeMethodDescriptionIntegratedServer.fillServerSystemReport(SystemReport p_174970_)
-
Uses of SystemReport in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return SystemReportMethods in net.minecraft.gametest.framework with parameters of type SystemReport -
Uses of SystemReport in net.minecraft.server
Methods in net.minecraft.server that return SystemReportModifier and TypeMethodDescriptionabstract SystemReport
MinecraftServer.fillServerSystemReport(SystemReport p_177901_)
MinecraftServer.fillSystemReport(SystemReport p_177936_)
Methods in net.minecraft.server with parameters of type SystemReportModifier and TypeMethodDescriptionabstract SystemReport
MinecraftServer.fillServerSystemReport(SystemReport p_177901_)
MinecraftServer.fillSystemReport(SystemReport p_177936_)
-
Uses of SystemReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return SystemReportModifier and TypeMethodDescriptionDedicatedServer.fillServerSystemReport(SystemReport p_142870_)
Methods in net.minecraft.server.dedicated with parameters of type SystemReportModifier and TypeMethodDescriptionDedicatedServer.fillServerSystemReport(SystemReport p_142870_)
-
Uses of SystemReport in net.minecraftforge.fmllegacy
Methods in net.minecraftforge.fmllegacy with parameters of type SystemReportModifier and TypeMethodDescriptionstatic void
CrashReportExtender.extendSystemReport(SystemReport systemReport)