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] |