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

    Class EntityMovementGlideComponent

    import { world } from "@minecraft/server";

    world.afterEvents.entitySpawn.subscribe(({ entity }) => {
    const movementGlide = entity.getComponent("movement.glide");
    movementGlide.maxTurn;
    movementGlide.speedWhenTurning;
    movementGlide.startSpeed;
    movementGlide.startSpeed;
    movementGlide.isValid;
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    entity: Entity

    This property can throw errors.

    InvalidEntityError

    This property can't be read in early-execution mode.

    isValid: boolean
    maxTurn: number

    This property can throw errors.

    This property can't be read in early-execution mode.

    speedWhenTurning: number

    This property can throw errors.

    This property can't be read in early-execution mode.

    startSpeed: number

    This property can throw errors.

    This property can't be read in early-execution mode.

    typeId: string