Class EntityServerProperties
- Namespace
- Vintagestory.API.Common.Entities
- Assembly
- VintagestoryAPI.dll
public class EntityServerProperties : EntitySidedProperties
- Inheritance
-
EntityServerProperties
- Inherited Members
- Extension Methods
Constructors
EntityServerProperties(JsonObject[], Dictionary<string, JsonObject>)
public EntityServerProperties(JsonObject[] behaviors, Dictionary<string, JsonObject> commonConfigs)
Parameters
behaviors
JsonObject[]commonConfigs
Dictionary<string, JsonObject>
Fields
SpawnConditions
The conditions for spawning the entity.
public SpawnConditions SpawnConditions
Field Value
Methods
Clone()
Makes a copy of this EntiyServerProperties type
public override EntitySidedProperties Clone()