public class LookupResult extends AbstractTaskResult<LookupState,LookupErrorCause>
| 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) |
public LookupResult(boolean success,
@NotNull
@NotNull LookupState state,
@NotNull
@NotNull LinkedHashMap<String,org.bukkit.plugin.Plugin> plugins)
public LookupResult(boolean success,
@NotNull
@NotNull LookupState state,
@Nullable
@Nullable LookupErrorCause errorCause)
Copyright © 2023. All rights reserved.