mc_entity_details
Retrieve comprehensive details for a Minecraft entity by ID, including equipment, vehicle, passengers, and attributes. Handles despawned or unloaded entities by returning a gone status.
Instructions
Get full details for one entity by id (the id field returned by mc_nearby_entities). Includes equipment slots with damage and custom names, mounted vehicle, passengers, attributes, and frame contents where applicable.
Returns {gone: true} if the entity has despawned or its chunk has unloaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Entity id from mc_nearby_entities or mc_looked_at_entity. |