Class ModRegistry.ModInfo
Model class holding metadata of Jötunn mods.
Inheritance
System.Object
ModRegistry.ModInfo
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: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public class ModInfo
Properties
| Improve this Doc View SourceCommands
Custom commands added by that mod
Declaration
public IEnumerable<ConsoleCommand> Commands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ConsoleCommand> |
GUID
The mod GUID
Declaration
public string GUID { get; }
Property Value
Type | Description |
---|---|
System.String |
ItemConversions
Custom item conversions added by that mod
Declaration
public IEnumerable<CustomItemConversion> ItemConversions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomItemConversion> |
Items
Custom items added by that mod
Declaration
public IEnumerable<CustomItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomItem> |
Name
Human readable name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Pieces
Custom pieces added by that mod
Declaration
public IEnumerable<CustomPiece> Pieces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomPiece> |
PieceTables
Custom piece tables added by that mod
Declaration
public IEnumerable<CustomPieceTable> PieceTables { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomPieceTable> |
Prefabs
Custom prefabs added by that mod
Declaration
public IEnumerable<CustomPrefab> Prefabs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomPrefab> |
Recipes
Custom recipes added by that mod
Declaration
public IEnumerable<CustomRecipe> Recipes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomRecipe> |
StatusEffects
Custom status effects added by that mod
Declaration
public IEnumerable<CustomStatusEffect> StatusEffects { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomStatusEffect> |
Translations
Custom commands added by that mod
Declaration
public IEnumerable<CustomLocalization> Translations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CustomLocalization> |
Version
Current version
Declaration
public Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version |