C# Class MacGyver.Recipe

Inheritance: IComparable
Datei anzeigen Open project: rotators/tools Class Usage Examples

Public Methods

Method Description
AddCraft ( string pid, uint num, bool or ) : void
AddItem ( string pid, uint num, bool or ) : void
AddOutput ( string pid, uint num ) : void
AddTool ( string pid, uint num, bool or ) : void
AddView ( string pid, uint num, bool or ) : void
CompareTo ( object obj ) : int
Recipe ( ) : System

Method Details

AddCraft() public method

public AddCraft ( string pid, uint num, bool or ) : void
pid string
num uint
or bool
return void

AddItem() public method

public AddItem ( string pid, uint num, bool or ) : void
pid string
num uint
or bool
return void

AddOutput() public method

public AddOutput ( string pid, uint num ) : void
pid string
num uint
return void

AddTool() public method

public AddTool ( string pid, uint num, bool or ) : void
pid string
num uint
or bool
return void

AddView() public method

public AddView ( string pid, uint num, bool or ) : void
pid string
num uint
or bool
return void

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Recipe() public method

public Recipe ( ) : System
return System