Class EntityUpdate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class EntityUpdate
- Inheritance
-
EntityUpdate
- Inherited Members
- Extension Methods
Fields
EntityId
If set this entity was spawned or Moved (position needs to be set too)
public long EntityId
Field Value
EntityProperties
If set this entity needs to be spawned
public EntityProperties EntityProperties
Field Value
NewPosition
public EntityPos NewPosition
Field Value
OldPosition
If set the entity was moved
public EntityPos OldPosition