public class PluginsInstallResult extends AbstractTaskResult<PluginsInstallState,PluginsInstallErrorCause>
Constructor and Description |
---|
PluginsInstallResult(boolean success,
@NotNull PluginsInstallState state,
@Nullable PluginsInstallErrorCause errorCause) |
PluginsInstallResult(boolean success,
@NotNull PluginsInstallState state,
@Nullable PluginsInstallErrorCause errorCause,
@Nullable String failedPluginName,
@Nullable org.bukkit.plugin.Plugin installedPlugin,
@NotNull List<org.bukkit.plugin.Plugin> collectedDependencies) |
public PluginsInstallResult(boolean success, @NotNull @NotNull PluginsInstallState state, @Nullable @Nullable PluginsInstallErrorCause errorCause)
public PluginsInstallResult(boolean success, @NotNull @NotNull PluginsInstallState state, @Nullable @Nullable PluginsInstallErrorCause errorCause, @Nullable @Nullable String failedPluginName, @Nullable @Nullable org.bukkit.plugin.Plugin installedPlugin, @NotNull @NotNull List<org.bukkit.plugin.Plugin> collectedDependencies)
Copyright © 2023. All rights reserved.