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

    Represents the flying speed of an entity.

    const getEntityFlyingSpeedComponent = entity.getComponent("flying_speed");
    getEntityFlyingSpeedComponent.value;

    Hierarchy (View Summary)

    Index

    Properties

    typeId: string

    Identifier of the component.

    value: number

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

    componentId: "minecraft:flying_speed" = 'minecraft:flying_speed'