Method | Description | |
---|---|---|
AcceptRecipeGroup ( string groupName ) : bool | ||
AddIngredient ( int itemID, int stack = 1 ) : void | ||
AddTile ( int tileID ) : bool | ||
DeleteIngredient ( int itemID ) : bool | ||
DeleteRecipe ( ) : bool | ||
DeleteTile ( int tileID ) : bool | ||
RecipeEditor ( Recipe recipe ) : System | ||
RejectRecipeGroup ( string groupName ) : bool | ||
SetIngredientStack ( int itemID, int stack ) : bool | ||
SetNeedHoney ( bool needHoney ) : void | ||
SetNeedLava ( bool needLava ) : void | ||
SetNeedWater ( bool needWater ) : void | ||
SetResult ( int itemID, int stack = 1 ) : void | ||
SetResult ( string itemName, int stack = 1 ) : void |
public AcceptRecipeGroup ( string groupName ) : bool | ||
groupName | string | |
return | bool |
public AddIngredient ( int itemID, int stack = 1 ) : void | ||
itemID | int | |
stack | int | |
return | void |
public DeleteIngredient ( int itemID ) : bool | ||
itemID | int | |
return | bool |
public RecipeEditor ( Recipe recipe ) : System | ||
recipe | Recipe | |
return | System |
public RejectRecipeGroup ( string groupName ) : bool | ||
groupName | string | |
return | bool |
public SetIngredientStack ( int itemID, int stack ) : bool | ||
itemID | int | |
stack | int | |
return | bool |
public SetNeedHoney ( bool needHoney ) : void | ||
needHoney | bool | |
return | void |
public SetNeedWater ( bool needWater ) : void | ||
needWater | bool | |
return | void |
public SetResult ( int itemID, int stack = 1 ) : void | ||
itemID | int | |
stack | int | |
return | void |
public SetResult ( string itemName, int stack = 1 ) : void | ||
itemName | string | |
stack | int | |
return | void |