UnbanCommand

public class UnbanCommand extends AbstractAsyncCommand

Command for unba operations. Registered with the command system and callable by players.

java.lang.Object > AbstractAsyncCommand > UnbanCommand

Field Summary

username

final String username

Field username.

Method Detail

UnbanCommand

public public UnbanCommand (@Nonnull final HytaleBanProvider banProvider)

Method UnbanCommand.

Parameters:
@Nonnull final HytaleBanProvider banProvider

executeAsync

protected CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context