Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.46 KB

ItemPotionComponent.md

File metadata and controls

57 lines (38 loc) · 1.46 KB
author ms.author ms.service title description monikerRange
jakeshirley
jashir
minecraft-bedrock-edition
minecraft/server.ItemPotionComponent Class
Contents of the @minecraft/server.ItemPotionComponent class.
=minecraft-bedrock-experimental

ItemPotionComponent Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

Extends

When present on an item, this item is a potion item.

Properties

potionEffectType

read-only potionEffectType: PotionEffectType;

The PotionEffectType associated with the potion item.

Type: PotionEffectType

Warning

This property can throw errors when used.

potionLiquidType

read-only potionLiquidType: PotionLiquidType;

The PotionLiquidType associated with the potion item.

Type: PotionLiquidType

Warning

This property can throw errors when used.

potionModifierType

read-only potionModifierType: PotionModifierType;

The PotionModifierType associated with the potion item.

Type: PotionModifierType

Warning

This property can throw errors when used.

Constants

componentId

static read-only componentId = "minecraft:potion";

Type: string