| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.uninstall | 
| Modifier and Type | Method and Description | 
|---|---|
static UninstallState | 
UninstallState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UninstallState[] | 
UninstallState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
UnInstallResult(boolean success,
               @NotNull UninstallState state,
               @Nullable UninstallErrorCause errorCause,
               @NotNull List<org.bukkit.plugin.PluginDescriptionFile> uninstalledPlugins,
               @NotNull List<org.bukkit.plugin.PluginDescriptionFile> disabledPlugins,
               @NotNull Map<org.bukkit.plugin.PluginDescriptionFile,Path> unloadedPlugins,
               @NotNull Map<UninstallErrorCause,org.bukkit.plugin.PluginDescriptionFile> errors)  | 
Copyright © 2023. All rights reserved.