public interface IRecipeDefinitionDescribes one recipe defined by Planet Crafter.
Members
OutputIdGets the stable game group ID produced by the recipe.propertyOutputDisplayNameGets the output's localized display name.propertyOutputKindGets the broad kind of output produced.propertyIngredientsGets a snapshot of distinct ingredients and quantities.propertyCraftingStationsGets the game's stable crafting-station identifiers at which this item can be made. Construction recipes normally return an empty list because they are placed through the construction interface.propertyOutputId
propertystring OutputIdGets the stable game group ID produced by the recipe.
OutputDisplayName
propertystring OutputDisplayNameGets the output's localized display name.
OutputKind
propertyContentKind OutputKindGets the broad kind of output produced.
Ingredients
propertyIReadOnlyList<IRecipeIngredient> IngredientsGets a snapshot of distinct ingredients and quantities.
CraftingStations
propertyIReadOnlyList<string> CraftingStationsGets the game's stable crafting-station identifiers at which this item can be made. Construction recipes normally return an empty list because they are placed through the construction interface.