Class Smelters
Helper to get existing smelter names
Inherited Members
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public static class Smelters
Properties
| Name | Description |
|---|---|
| Bathtub | Bathtub |
| BlastFurnace | Blast furnace |
| CharcoalKiln | Charcoal kiln |
| EitrRefinery | Eitr refinery |
| Smelter | Smelter |
| SpinningWheel | Spinning wheel |
| Windmill | Windmill |
Methods
| Name | Description |
|---|---|
| GetAcceptableValueList() | Get a BepInEx.Configuration.AcceptableValueList<T> of all smelter names.
This can be used to create a BepInEx.Configuration.ConfigEntry<T> where only valid smelter can be selected. Example: |
| GetInternalName(string) | Get the internal name for a smelter from its human readable name. |
| GetNames() | Gets the human readable name to internal names map |