> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Interact Entity Objective

> Base objective type for interacting with entities.

# Interact Entity Objective

Base objective that tracks player interaction with entities (NPCs, mobs).

## Fields

| Field        | Type     | Default | Description                      |
| :----------- | :------- | :------ | :------------------------------- |
| `targetType` | `String` | `""`    | Entity type to interact with.    |
| `count`      | `Int`    | `1`     | Number of interactions required. |

> This is a base objective. Extensions like BTCMobNPC and MythicMobsNPC provide specialized versions.
