Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 964 Bytes

UpdateEntityRequest.md

File metadata and controls

16 lines (12 loc) · 964 Bytes

UpdateEntityRequest

Properties

Name Type Description Notes
damage DamageRequest The damage the entity will take [optional]
inventory list[SlotRequest] The slots in the inventory of the entity to modify [optional]
position Vector3d The position that the entity will be moved to [optional]
rotation Vector3d The new rotation of the entity [optional]
scale Vector3d The new scale of the entity [optional]
velocity Vector3d The new speed of the entity [optional]
world str The world that the entity will be moved to [optional]

[Back to Model list] [Back to API list] [Back to README]