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.

color: RGBA

Remarks

Base map color defined for that block.

Throws

This property can throw when used.

Error

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.

tintMethod: TintMethod

Remarks

Type of tint applied to the color.

Throws

This property can throw when used.

Error

tintedColor: RGBA

Remarks

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

typeId: string

Remarks

Identifier of the component.

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