| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.description | 
| Modifier and Type | Method and Description | 
|---|---|
static DescriptionLoadState | 
DescriptionLoadState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DescriptionLoadState[] | 
DescriptionLoadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
DescriptionLoadResult(boolean success,
                     @NotNull DescriptionLoadState taskState,
                     @Nullable DescriptionLoadErrorCause errorCause,
                     @NotNull Path pluginFile,
                     @Nullable org.bukkit.plugin.PluginDescriptionFile description)  | 
Copyright © 2023. All rights reserved.