C# Class TagTool.Commands.Editing.EditBlockCommand

Inheritance: Command
Show file Open project: TheGuardians/TagTool Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EditBlockCommand ( CommandContextStack stack, OpenTagCache info, TagInstance tag, object value ) : System
Execute ( List args ) : bool

Method Details

EditBlockCommand() public method

public EditBlockCommand ( CommandContextStack stack, OpenTagCache info, TagInstance tag, object value ) : System
stack CommandContextStack
info OpenTagCache
tag TagTool.TagGroups.TagInstance
value object
return System

Execute() public method

public Execute ( List args ) : bool
args List
return bool