@minecraft/server
    Preparing search index...

    Class TextPrimitiveBeta

    A primitive shape class that represents a text label in the world with a background.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    attachedTo?: Entity

    The entity this shape is attached to. When set, this shape will copy the root location of the attached entity and the shape's position will be used as an offset.

    backgroundColorOverride?: RGBA

    The color of the background plate of the text. If set to undefined, it will use the default color.

    color: RGBA

    The color of the shape.

    depthTest: boolean

    If set to true, the text will be hidden behind blocks or entities. By default this is set to false (will always render).

    dimension: Dimension

    The dimension the shape is visible within. If the dimension is undefined, it will display in all dimensions.

    hasDuration: boolean

    Returns true if the shape has a limited time span before being removed.

    location: Vector3

    The location of the shape.

    rotation: Vector3

    The rotation of the shape (Euler angles - [Pitch, Yaw, Roll]).

    scale: number

    The scale of the shape.

    text: string | RawMessage

    Get the text of the debug text shape. Returns the RawText of the debug text if setText was called with a RawMessage or a RawText object, otherwise returns a string.

    timeLeft?: number

    The time left (in seconds) until this shape is automatically removed. Returns undefined if the shape does not have a limited life-span.

    totalTimeLeft?: number

    The total initial time-span (in seconds) until this shape is automatically removed. Returns undefined if the shape does not have a limited life-span.

    useRotation: boolean

    If set to true, the text will not face the camera and instead will use the rotation from the shape.

    visibleTo: Player[]

    The list of players that this shape will be visible to. If left empty, the shape will be visible to all players.

    Methods

    • Beta

      Returns void

      Removes this shape from the world. The shape can be re-added via the PrimitiveShapesManager's addText method.

    • Beta

      Parameters

      Returns void

      Sets the text to display.

      This function can throw errors.

      RawMessageError