Namespace Jotunn.Entities
Classes
ConsoleCommand
CustomEntity
CustomItem
All custom items have to be wrapped inside this class to add it to Jötunns ItemManager.
CustomItemConversion
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.
CustomLocalization
CustomLocation
All custom locations have to be wrapped inside this class to add it to Jötunns ZoneManager.
CustomPiece
All custom pieces have to be wrapped inside this class to add it to Jötunns PieceManager.
CustomPieceTable
All custom piece tables have to be wrapped inside this class to add it to Jötunns PieceManager.
Add strings to Categories to use custom categories on your piece table. All categories will be replaced so list vanilla categories, too.
CustomPrefab
CustomRecipe
All custom recipes have to be wrapped inside this class to add it to Jötunns ItemManager.
CustomRPC
Automatically compresses and slices big packages to fit into the Steam package limit.
All sending and processing of received packages is executed in Coroutines to ensure the game loop's execution.
CustomStatusEffect
All custom status effects have to be wrapped inside this class to add it to Jötunns ItemManager.
CustomVegetation
All custom vegetation have to be wrapped inside this class to add it to Jötunns ZoneManager.