Class CustomItemConversion
Main interface for adding custom item conversions to the game.
Supports and combines conversions for the cooking station, fermenter and smelter.
All custom item conversions have to be wrapped inside this class to add it to Jötunns ItemManager.
Supports and combines conversions for the cooking station, fermenter and smelter.
All custom item conversions have to be wrapped inside this class to add it to Jötunns ItemManager.
Inherited Members
Namespace: Jotunn.Entities
Assembly: Jotunn.dll
Syntax
public class CustomItemConversion : CustomEntity
Constructors
Name | Description |
---|---|
CustomItemConversion(ConversionConfig) | Create a custom item conversion. Depending on the config class this custom
conversion represents one of the following item conversions:
|
Properties
Name | Description |
---|---|
Config | Config of the item conversion. Depends on the Type of the conversion. |
Type | Type of the item conversion. Defines to which station the conversion is added. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
IsValid() | Checks if a custom item conversion is valid. |
ToString() | Returns a string that represents the current object. |