Script API - v1.20.0
    Preparing search index...

    Class EntityMountTamingComponentBeta

    Contains options for taming a rideable entity based on the entity that mounts it.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    entity: Entity

    The entity that owns this component.

    typeId: string

    Identifier of the component.

    componentId: "minecraft:tamemount" = 'minecraft:tamemount'

    Identifier of this component. Should always be minecraft:mount_taming.

    Methods

    • Beta

      Parameters

      • showParticles: boolean

        Whether to show effect particles when this entity is tamed.

      Returns void

      Sets this rideable entity as tamed.

      This function can't be called in read-only mode.

      This function can throw errors.