Class SpawnCommand

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

public final class SpawnCommand extends Object implements CommandHandler
  • Constructor Details

    • SpawnCommand

      public SpawnCommand()
  • 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.