Namespace Jotunn.Entities
Classes
ConsoleCommand
CustomClutter
Clutter are client side only objects scattered on the ground.
All custom clutter have to be wrapped inside this class to add it to Jötunns ZoneManager.
CustomCreature
All custom creatures have to be wrapped inside this class to add it to Jötunns CreatureManager.
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
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.
CustomRecipe
All custom recipes have to be wrapped inside this class to add it to Jötunns ItemManager.
CustomRoom
All custom rooms have to be wrapped inside this class to add it to Jötunns DungeonManager.
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.