| Package | Description |
|---|---|
| net.kunmc.lab.kpm.installer.task.tasks.install |
| Modifier and Type | Method and Description |
|---|---|
static PluginsInstallState |
PluginsInstallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginsInstallState[] |
PluginsInstallState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PluginsInstallResult(boolean success,
@NotNull PluginsInstallState state,
@Nullable PluginsInstallErrorCause errorCause) |
PluginsInstallResult(boolean success,
@NotNull PluginsInstallState state,
@Nullable PluginsInstallErrorCause errorCause,
@Nullable String failedPluginName,
@Nullable org.bukkit.plugin.Plugin installedPlugin,
@NotNull List<org.bukkit.plugin.Plugin> collectedDependencies) |
Copyright © 2023. All rights reserved.