Class PotionsBeta

Used for accessing all potion effects, liquids, and modifiers currently available for use within the world.

Hierarchy

  • Potions

Constructors

  • Returns Potions

Methods

  • Parameters

    • potionEffectId: string

    Returns undefined | PotionEffectType

    A type handle wrapping the valid effect id, or undefined for an invalid effect id.

    Remarks

    Retrieves a type handle for a specified potion effect id.

  • Parameters

    • potionLiquidId: string

    Returns undefined | PotionLiquidType

    A type handle wrapping the valid liquid id, or undefined for an invalid liquid id.

    Remarks

    Retrieves a type handle for a specified potion liquid id.

  • Parameters

    • potionModifierId: string

    Returns undefined | PotionModifierType

    A type handle wrapping the valid modifier id, or undefined for an invalid modifier id.

    Remarks

    Retrieves a type handle for a specified potion modifier id.