Adds NPC capabilities to an entity such as custom skin, name, and dialogue interactions.

Hierarchy (View Summary)

Constructors

Properties

defaultScene: string

The DialogueScene that is opened when players first interact with the NPC.

This property can't be edited in read-only mode.

entity: Entity

The entity that owns this component. The entity will be undefined if it has been removed.

name: string

The name of the NPC as it is displayed to players.

This property can't be edited in read-only mode.

skinIndex: number

The index of the skin the NPC will use.

This property can't be edited in read-only mode.

typeId: string

Identifier of the component.

componentId: "minecraft:npc" = 'minecraft:npc'

Methods