Class HelpCommand

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

public final class HelpCommand extends Object implements CommandHandler
  • Constructor Details

    • HelpCommand

      public HelpCommand()
  • Method Details

    • execute

      public void execute(Player player, 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:
      player - The player/console that invoked the command.
      args - The arguments to the command.