Uses of Record Class
com.zetaplugins.zetacore.debug.data.InstalledPlugin
Packages that use InstalledPlugin
-
Uses of InstalledPlugin in com.zetaplugins.zetacore.debug.data
Methods in com.zetaplugins.zetacore.debug.data that return types with arguments of type InstalledPluginModifier and TypeMethodDescriptionDebugReport.installedPlugins()Returns the value of theinstalledPluginsrecord component.Constructor parameters in com.zetaplugins.zetacore.debug.data with type arguments of type InstalledPluginModifierConstructorDescriptionDebugReport(String modrinthId, long timestamp, String pluginName, String pluginVersion, String pluginHash, String minecraftVersion, String javaVersion, String serverSoftware, String osName, String osVersion, String latestLogs, Set<InstalledPlugin> installedPlugins, Map<String, String> configurations) Creates an instance of aDebugReportrecord class.