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 SystemReportMinecraft.fillSystemReport(SystemReport systemReport, @Nullable Minecraft minecraft, @Nullable LanguageManager languageManager, String launchedVersion, @Nullable Options options) Methods in net.minecraft.client with parameters of type SystemReportModifier and TypeMethodDescriptionprivate PathMinecraft.archiveProfilingReport(SystemReport systemReport, List<Path> profilingResultPaths) private static SystemReportMinecraft.fillSystemReport(SystemReport systemReport, @Nullable Minecraft minecraft, @Nullable LanguageManager languageManager, String launchedVersion, @Nullable Options options) -
Uses of SystemReport in net.minecraft.client.server
Methods in net.minecraft.client.server that return SystemReportModifier and TypeMethodDescriptionIntegratedServer.fillServerSystemReport(SystemReport systemReport) Methods in net.minecraft.client.server with parameters of type SystemReportModifier and TypeMethodDescriptionIntegratedServer.fillServerSystemReport(SystemReport systemReport) -
Uses of SystemReport in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return SystemReportModifier and TypeMethodDescriptionGameTestServer.fillServerSystemReport(SystemReport systemReport) Methods in net.minecraft.gametest.framework with parameters of type SystemReportModifier and TypeMethodDescriptionGameTestServer.fillServerSystemReport(SystemReport systemReport) -
Uses of SystemReport in net.minecraft.server
Methods in net.minecraft.server that return SystemReportModifier and TypeMethodDescriptionabstract SystemReportMinecraftServer.fillServerSystemReport(SystemReport systemReport) MinecraftServer.fillSystemReport(SystemReport systemReport) Methods in net.minecraft.server with parameters of type SystemReportModifier and TypeMethodDescriptionabstract SystemReportMinecraftServer.fillServerSystemReport(SystemReport systemReport) MinecraftServer.fillSystemReport(SystemReport systemReport) -
Uses of SystemReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return SystemReportModifier and TypeMethodDescriptionDedicatedServer.fillServerSystemReport(SystemReport systemReport) Methods in net.minecraft.server.dedicated with parameters of type SystemReportModifier and TypeMethodDescriptionDedicatedServer.fillServerSystemReport(SystemReport systemReport) -
Uses of SystemReport in net.neoforged.neoforge.logging
Methods in net.neoforged.neoforge.logging with parameters of type SystemReportModifier and TypeMethodDescriptionstatic voidCrashReportExtender.extendSystemReport(SystemReport systemReport)