Namespace Vintagestory.API.Common.Entities
Classes
- BaseSpawnConditions
A base class for entities spawning conditions. Open in GitHub
- ClimateSpawnCondition
A list of conditions based on climate. Open in GitHub
- EntityBehavior
Defines a basic entity behavior that can be attached to entities.
Check the derived types for all entity behaviors. Open in GitHub
- PhysicsBehaviorBase
This provides functionality for physics-based entity behaviors. It is not an entity behavior on its own. Open in GitHub
- QuantityByGroup
Allows you to control spawn limits based on a set of entity codes using a wildcard. Open in GitHub
- RuntimeSpawnConditions
A set of spawn conditions for chunks that have already been generated. Most properties are got from BaseSpawnConditions. Open in GitHub
- SpawnConditions
The spawn conditions assigned to various things. Open in GitHub
- WorldGenSpawnConditions
A set of spawn conditions for when chunks are generated. Most properties are got from BaseSpawnConditions. Open in GitHub
Enums
- EnumEntityActivity
A list of activities that an entity can perform. Open in GitHub