Table of Contents

Class ChemistryStationRecipes

Namespace
S1API.Stations
Assembly
S1API.dll

Registry for Chemistry Station recipes registered via S1API.

public static class ChemistryStationRecipes
Inheritance
ChemistryStationRecipes
Inherited Members

Methods

CreateAndRegister(Action<ChemistryStationRecipeBuilder>)

Convenience helper to create and register a recipe using a builder.

public static ChemistryStationRecipe CreateAndRegister(Action<ChemistryStationRecipeBuilder> configure)

Parameters

configure Action<ChemistryStationRecipeBuilder>

Returns

ChemistryStationRecipe

GetAll()

Returns a read-only snapshot of all registered recipes.

public static IReadOnlyList<ChemistryStationRecipe> GetAll()

Returns

IReadOnlyList<ChemistryStationRecipe>

Register(ChemistryStationRecipe)

Registers a recipe with S1API (idempotent).

public static ChemistryStationRecipe Register(ChemistryStationRecipe recipe)

Parameters

recipe ChemistryStationRecipe

Returns

ChemistryStationRecipe