Show / Hide Table of Contents

Class RecipeConfig

Inheritance
System.Object
RecipeConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class RecipeConfig

Properties

| Improve this Doc View Source

Amount

Declaration
public int Amount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CraftingStation

Declaration
public string CraftingStation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Item

Declaration
public string Item { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MinStationLevel

Declaration
public int MinStationLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RepairStation

Declaration
public string RepairStation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Requirements

Declaration
public PieceRequirementConfig[] Requirements { get; set; }
Property Value
Type Description
PieceRequirementConfig[]

Methods

| Improve this Doc View Source

GetRecipe()

Declaration
public Recipe GetRecipe()
Returns
Type Description
Recipe
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX