Class EntityLavaMovementComponentBeta

Defines the base movement speed in lava of this entity.

Hierarchy

Constructors

Properties

current: number

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

Throws

This property can throw when used.

typeId: string

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

value: number

Value for movement speed on lava as defined through entity components.

Throws

This property can throw when used.

componentId: "minecraft:lava_movement" = 'minecraft:lava_movement'

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

Methods

  • Returns void

    Remarks

    Resets the current movement speed on lava for the entity to its default value.

    Throws

    This function can throw errors.

  • Returns void

    Remarks

    Resets the movement speed on lava to the maximum value for the entity.

    Throws

    This function can throw errors.

  • Returns void

    Remarks

    Resets the movement speed on lava speed to the minimum value.

    Throws

    This function can throw errors.

  • Parameters

    • value: number

    Returns boolean

    Remarks

    Sets the current value of movement speed on lava for the entity.

    Throws

    This function can throw errors.