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 report, Minecraft minecraft, LanguageManager languageManager, String launchVersion, Options options) Methods in net.minecraft.client with parameters of type SystemReportModifier and TypeMethodDescriptionprivate PathMinecraft.archiveProfilingReport(SystemReport report, List<Path> paths) private static SystemReportMinecraft.fillSystemReport(SystemReport report, Minecraft minecraft, LanguageManager languageManager, String launchVersion, Options options) -
Uses of SystemReport in net.minecraft.client.server
Methods in net.minecraft.client.server that return SystemReportMethods in net.minecraft.client.server with parameters of type SystemReport -
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 SystemReportMinecraftServer.fillServerSystemReport(SystemReport report) MinecraftServer.fillSystemReport(SystemReport systemReport) Methods in net.minecraft.server with parameters of type SystemReportModifier and TypeMethodDescriptionabstract SystemReportMinecraftServer.fillServerSystemReport(SystemReport report) MinecraftServer.fillSystemReport(SystemReport systemReport) -
Uses of SystemReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return SystemReportMethods in net.minecraft.server.dedicated with parameters of type 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)