Uses of Class
net.minecraft.util.SystemDetails
Packages that use SystemDetails
Package
Description
-
Uses of SystemDetails in net.minecraft.client
Methods in net.minecraft.client that return SystemDetailsModifier and TypeMethodDescriptionprivate static SystemDetails
MinecraftClient.addSystemDetailsToCrashReport
(SystemDetails systemDetails, @Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options) Methods in net.minecraft.client with parameters of type SystemDetailsModifier and TypeMethodDescriptionprivate static SystemDetails
MinecraftClient.addSystemDetailsToCrashReport
(SystemDetails systemDetails, @Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options) private Path
MinecraftClient.saveProfilingResult
(SystemDetails details, List<Path> files) -
Uses of SystemDetails in net.minecraft.server
Methods in net.minecraft.server that return SystemDetailsModifier and TypeMethodDescriptionabstract SystemDetails
MinecraftServer.addExtraSystemDetails
(SystemDetails details) MinecraftServer.addSystemDetails
(SystemDetails details) Methods in net.minecraft.server with parameters of type SystemDetailsModifier and TypeMethodDescriptionabstract SystemDetails
MinecraftServer.addExtraSystemDetails
(SystemDetails details) MinecraftServer.addSystemDetails
(SystemDetails details) -
Uses of SystemDetails in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return SystemDetailsModifier and TypeMethodDescriptionMinecraftDedicatedServer.addExtraSystemDetails
(SystemDetails details) Methods in net.minecraft.server.dedicated with parameters of type SystemDetailsModifier and TypeMethodDescriptionMinecraftDedicatedServer.addExtraSystemDetails
(SystemDetails details) -
Uses of SystemDetails in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return SystemDetailsMethods in net.minecraft.server.integrated with parameters of type SystemDetails -
Uses of SystemDetails in net.minecraft.test
Methods in net.minecraft.test that return SystemDetailsMethods in net.minecraft.test with parameters of type SystemDetails -
Uses of SystemDetails in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as SystemDetailsMethods in net.minecraft.util.crash that return SystemDetails