Show / Hide Table of Contents

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 Source

Commands

Custom commands added by that mod
Declaration
public IEnumerable<ConsoleCommand> Commands { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ConsoleCommand>
| Improve this Doc View Source

GUID

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

ItemConversions

Custom item conversions added by that mod
Declaration
public IEnumerable<CustomItemConversion> ItemConversions { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomItemConversion>
| Improve this Doc View Source

Items

Custom items added by that mod
Declaration
public IEnumerable<CustomItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomItem>
| Improve this Doc View Source

Name

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

Pieces

Custom pieces added by that mod
Declaration
public IEnumerable<CustomPiece> Pieces { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomPiece>
| Improve this Doc View Source

PieceTables

Custom piece tables added by that mod
Declaration
public IEnumerable<CustomPieceTable> PieceTables { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomPieceTable>
| Improve this Doc View Source

Prefabs

Custom prefabs added by that mod
Declaration
public IEnumerable<CustomPrefab> Prefabs { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomPrefab>
| Improve this Doc View Source

Recipes

Custom recipes added by that mod
Declaration
public IEnumerable<CustomRecipe> Recipes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomRecipe>
| Improve this Doc View Source

StatusEffects

Custom status effects added by that mod
Declaration
public IEnumerable<CustomStatusEffect> StatusEffects { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomStatusEffect>
| Improve this Doc View Source

Translations

Custom commands added by that mod
Declaration
public IEnumerable<CustomLocalization> Translations { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CustomLocalization>
| Improve this Doc View Source

Version

Current version
Declaration
public Version Version { get; }
Property Value
Type Description
System.Version

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾