C# Class RA.RA_Toils_Recipe

Mostra file Open project: RWA-Team/RimworldAscension

Public Methods

Method Description
DoRecipeWork ( ) : Toil
FinishRecipeAndStartStoringProduct ( ) : Toil
GetDominantIngredient ( RecipeDef recipe, List ingredients ) : Thing
ProcessedIngredients ( Job job, Thing &dominantIngredient ) : List

Method Details

DoRecipeWork() public static method

public static DoRecipeWork ( ) : Toil
return Toil

FinishRecipeAndStartStoringProduct() public static method

public static FinishRecipeAndStartStoringProduct ( ) : Toil
return Toil

GetDominantIngredient() public static method

public static GetDominantIngredient ( RecipeDef recipe, List ingredients ) : Thing
recipe RecipeDef
ingredients List
return Thing

ProcessedIngredients() public static method

public static ProcessedIngredients ( Job job, Thing &dominantIngredient ) : List
job Job
dominantIngredient Thing
return List