Class Fermenters
Helper to get existing fermenter names
Inherited Members
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public class Fermenters
Properties
| Name | Description |
|---|---|
| Fermenter | Fermenter |
Methods
| Name | Description |
|---|---|
| GetAcceptableValueList() | Get a BepInEx.Configuration.AcceptableValueList<T> of all fermenter names.
This can be used to create a BepInEx.Configuration.ConfigEntry<T> where only valid fermenter can be selected. Example: |
| GetInternalName(string) | Get the internal name for a fermenter from its human readable name. |
| GetNames() | Gets the human readable name to internal names map |