C# Class Terraria.ModLoader.RecipeEditor

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

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

Method Details

AcceptRecipeGroup() public method

public AcceptRecipeGroup ( string groupName ) : bool
groupName string
return bool

AddIngredient() public method

public AddIngredient ( int itemID, int stack = 1 ) : void
itemID int
stack int
return void

AddTile() public method

public AddTile ( int tileID ) : bool
tileID int
return bool

DeleteIngredient() public method

public DeleteIngredient ( int itemID ) : bool
itemID int
return bool

DeleteRecipe() public method

public DeleteRecipe ( ) : bool
return bool

DeleteTile() public method

public DeleteTile ( int tileID ) : bool
tileID int
return bool

RecipeEditor() public method

public RecipeEditor ( Recipe recipe ) : System
recipe Recipe
return System

RejectRecipeGroup() public method

public RejectRecipeGroup ( string groupName ) : bool
groupName string
return bool

SetIngredientStack() public method

public SetIngredientStack ( int itemID, int stack ) : bool
itemID int
stack int
return bool

SetNeedHoney() public method

public SetNeedHoney ( bool needHoney ) : void
needHoney bool
return void

SetNeedLava() public method

public SetNeedLava ( bool needLava ) : void
needLava bool
return void

SetNeedWater() public method

public SetNeedWater ( bool needWater ) : void
needWater bool
return void

SetResult() public method

public SetResult ( int itemID, int stack = 1 ) : void
itemID int
stack int
return void

SetResult() public method

public SetResult ( string itemName, int stack = 1 ) : void
itemName string
stack int
return void