Interface PotionOptionsBeta

Options for use in creating potions. See ItemStack.createPotion.

Hierarchy

  • PotionOptions

Properties

Properties

effect: string | PotionEffectType

Remarks

The type of potion effect to create. See @minecraft/vanilla-data.MinecraftPotionEffectTypes.

liquid?: string | PotionLiquidType

Remarks

Optional potion liquid, defaults to 'Regular'. See @minecraft/vanilla-data.MinecraftPotionLiquidTypes.

modifier?: string | PotionModifierType

Remarks

Optional potion modifier, defaults to 'Normal'. See @minecraft/vanilla-data.MinecraftPotionModifierTypes.