Class EntityMovementComponentBeta

Defines the general movement speed of this entity.

Hierarchy

Constructors

Properties

current: number

Read-only. Returns the current value of default movement speed for the entity.

Throws

This property can throw when used.

typeId: string

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

value: number

Value for default movement speed as defined through entity components.

Throws

This property can throw when used.

componentId: "minecraft:movement" = 'minecraft:movement'

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

Methods

  • Returns void

    Remarks

    Resets the current default movement speed value for the entity to the default value.

    Throws

    This function can throw errors.

  • Returns void

    Remarks

    Resets the default movement speed to the maximum value for the entity.

    Throws

    This function can throw errors.

  • Returns void

    Remarks

    Resets the default movement speed to the minimum value.

    Throws

    This function can throw errors.

  • Parameters

    • value: number

    Returns boolean

    Remarks

    Sets the current value of default movement speed for the entity.

    Throws

    This function can throw errors.