| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.installer.impls.upgrade.signals | |
| net.kunmc.lab.kpm.task.tasks.resolve | 
| Constructor and Description | 
|---|
ResolveFailedSignal(@NotNull org.bukkit.plugin.Plugin plugin,
                   @NotNull PluginResolveErrorCause errorCause,
                   @NotNull PluginResolveState resolveStateState)  | 
| Modifier and Type | Method and Description | 
|---|---|
static PluginResolveErrorCause | 
PluginResolveErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PluginResolveErrorCause[] | 
PluginResolveErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
PluginResolveResult(boolean success,
                   @NotNull PluginResolveState taskState,
                   @NotNull PluginResolveErrorCause errorCause,
                   @Nullable SuccessResult resolveResult)  | 
Copyright © 2023. All rights reserved.