| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.installer.impls.upgrade | |
| net.kunmc.lab.kpm.installer.impls.upgrade.signals | 
| Modifier and Type | Method and Description | 
|---|---|
static UpgradeErrorCause | 
UpgradeErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UpgradeErrorCause[] | 
UpgradeErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
InvalidPluginVersionSignal(org.bukkit.plugin.Plugin plugin,
                          UpgradeErrorCause invalidReason)  | 
InvalidPluginVersionSignal(org.bukkit.plugin.Plugin plugin,
                          UpgradeErrorCause invalidReason,
                          Version serverPluginVersion,
                          Version pluginVersion)  | 
Copyright © 2023. All rights reserved.