Class BlockWaterContainerComponentBeta

Represents a fluid container block that currently contains water.

Hierarchy

Constructors

Properties

customColor: Color

Represents a color facet of the water.

fillLevel: number

Relative level of water within this block. Valid values are between FluidContainer.minFillLevel (0) and FluidContainer.maxFillLevel (6).

location: BlockLocation

Source location of the block.

typeId: string

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

componentId: "minecraft:waterContainer" = 'minecraft:waterContainer'

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

Methods

  • Parameters

    Returns void

    Remarks

    Adds an item and colors the water based on a dye item type.

    Throws

    This function can throw errors.