Interface BoxCommand

All Superinterfaces:
Command, SubCommandHoldable

public interface BoxCommand extends Command, SubCommandHoldable
An interface of /box command.
  • Method Details

    • changeNoArgumentCommand

      void changeNoArgumentCommand(@Nullable @Nullable Command command)
      Changes the command when there is no argument.
      Parameters:
      command - the command to change