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 SourceAmount
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CraftingStation
Declaration
public string CraftingStation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item
Declaration
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinStationLevel
Declaration
public int MinStationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepairStation
Declaration
public string RepairStation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Requirements
Declaration
public PieceRequirementConfig[] Requirements { get; set; }
Property Value
Type | Description |
---|---|
PieceRequirementConfig[] |
Methods
| Improve this Doc View SourceGetRecipe()
Declaration
public Recipe GetRecipe()
Returns
Type | Description |
---|---|
Recipe |