Table of Contents

Class EntityUpdate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class EntityUpdate
Inheritance
EntityUpdate
Inherited Members

Fields

EntityId

If set this entity was spawned or Moved (position needs to be set too)

public long EntityId

Field Value

long

EntityProperties

If set this entity needs to be spawned

public EntityProperties EntityProperties

Field Value

EntityProperties

NewPosition

public EntityPos NewPosition

Field Value

EntityPos

OldPosition

If set the entity was moved

public EntityPos OldPosition

Field Value

EntityPos