Package emu.grasscutter.command.commands
Class RemoveCommand
java.lang.Object
emu.grasscutter.command.commands.RemoveCommand
- All Implemented Interfaces:
CommandHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveCommand
public RemoveCommand()
-
-
Method Details
-
execute
Description copied from interface:CommandHandlerCalled when a player/console invokes a command.- Specified by:
executein interfaceCommandHandler- Parameters:
sender- The player/console that invoked the command.args- The arguments to the command.
-