Class BlockPotionContainerComponentBeta

Represents a fluid container block that currently contains a potion.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

block: Block
fillLevel: number
typeId: string
componentId: "minecraft:potionContainer" = 'minecraft:potionContainer'

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

Methods

  • Parameters

    • item: ItemStack

      Potion to use as the type of potion for this potion container.

    Returns void

    Remarks

    Sets the potion type based on an item stack.

    Throws

    This function can throw errors.