Class ListCommand

java.lang.Object
emu.grasscutter.command.commands.ListCommand
All Implemented Interfaces:
CommandHandler

public final class ListCommand extends Object implements CommandHandler
  • Constructor Details

    • ListCommand

      public ListCommand()
  • Method Details

    • execute

      public void execute(Player sender, Player targetPlayer, List<String> args)
      Description copied from interface: CommandHandler
      Called when a player/console invokes a command.
      Specified by:
      execute in interface CommandHandler
      Parameters:
      sender - The player/console that invoked the command.
      args - The arguments to the command.