Class BlockMapColorComponentBeta

Represents the color of a block when displayed on a map.

Hierarchy

Constructors

Properties

block: Block

Remarks

Block instance that this component pertains to.

isValid: boolean

Remarks

Returns whether the component is valid. A component is considered valid if its owner is valid, in addition to any addition to any additional validation required by the component.

typeId: string

Remarks

Identifier of the component.

componentId: "minecraft:map_color" = 'minecraft:map_color'

Methods

  • Returns RGBA

    Remarks

    Base map color defined for that block.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.

    Error

  • Returns TintMethod

    Remarks

    Type of tint applied to the color.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.

    Error

  • Returns RGBA

    Remarks

    Returns the base color multiplied to the evaluated tint at the given position.

    This function can't be called in read-only mode.