C# Class SafeLightning.CommandParsing.Commands.RemoveFeaturesCommand

Removes every terrain feature in the player's farm.
Inheritance: SafeLightning.CommandParsing.Commands.BaseCommand
Datei anzeigen Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Invoke ( Array args ) : void

Invoke the command.

RemoveFeaturesCommand ( IMonitor monitor ) : StardewModdingAPI

Method Details

Invoke() public method

Invoke the command.
public Invoke ( Array args ) : void
args Array The command arguments
return void

RemoveFeaturesCommand() public method

public RemoveFeaturesCommand ( IMonitor monitor ) : StardewModdingAPI
monitor IMonitor The monitor used for command output.
return StardewModdingAPI