Table of Contents

Class EntityBehaviorAndConfig

Namespace
Vintagestory.API.Common.Entities
Assembly
VintagestoryAPI.dll
public class EntityBehaviorAndConfig
Inheritance
EntityBehaviorAndConfig
Inherited Members
Extension Methods

Constructors

EntityBehaviorAndConfig(EntityBehavior, JsonObject)

public EntityBehaviorAndConfig(EntityBehavior behavior, JsonObject behaviorConfig)

Parameters

behavior EntityBehavior
behaviorConfig JsonObject

Fields

Behavior

public EntityBehavior Behavior

Field Value

EntityBehavior

BehaviorConfig

public JsonObject BehaviorConfig

Field Value

JsonObject