C# Class Terraria.ModLoader.RecipeFinder

Afficher le fichier Open project: JavidPack/TerraCustom Class Usage Examples

Méthodes publiques

Свойство Type Description
needHoney bool
needLava bool
needWater bool

Méthodes publiques

Méthode Description
AddIngredient ( int itemID, int stack = 1 ) : void
AddIngredient ( string itemName, int stack = 1 ) : void
AddRecipeGroup ( string name, int stack = 1 ) : void
AddTile ( int tileID ) : void
FindExactRecipe ( ) : Recipe
RecipeFinder ( ) : System
SearchRecipes ( ) : List
SetResult ( int itemID, int stack = 1 ) : void
SetResult ( string itemName, int stack = 1 ) : void

Private Methods

Méthode Description
GetAcceptedGroups ( Recipe recipe ) : List

Method Details

AddIngredient() public méthode

public AddIngredient ( int itemID, int stack = 1 ) : void
itemID int
stack int
Résultat void

AddIngredient() public méthode

public AddIngredient ( string itemName, int stack = 1 ) : void
itemName string
stack int
Résultat void

AddRecipeGroup() public méthode

public AddRecipeGroup ( string name, int stack = 1 ) : void
name string
stack int
Résultat void

AddTile() public méthode

public AddTile ( int tileID ) : void
tileID int
Résultat void

FindExactRecipe() public méthode

public FindExactRecipe ( ) : Recipe
Résultat Recipe

RecipeFinder() public méthode

public RecipeFinder ( ) : System
Résultat System

SearchRecipes() public méthode

public SearchRecipes ( ) : List
Résultat List

SetResult() public méthode

public SetResult ( int itemID, int stack = 1 ) : void
itemID int
stack int
Résultat void

SetResult() public méthode

public SetResult ( string itemName, int stack = 1 ) : void
itemName string
stack int
Résultat void

Property Details

needHoney public_oe property

public bool needHoney
Résultat bool

needLava public_oe property

public bool needLava
Résultat bool

needWater public_oe property

public bool needWater
Résultat bool