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