Interface PotionType.InternalPotionData

Enclosing class:
PotionType

@Deprecated @Internal public static interface PotionType.InternalPotionData
Deprecated.
Do not use, interface will get removed, and the plugin won't run
  • Method Details

    • getEffectType

      PotionEffectType getEffectType()
      Deprecated.
    • getPotionEffects

      List<PotionEffect> getPotionEffects()
      Deprecated.
    • isInstant

      boolean isInstant()
      Deprecated.
    • isUpgradeable

      boolean isUpgradeable()
      Deprecated.
    • isExtendable

      boolean isExtendable()
      Deprecated.
    • getMaxLevel

      int getMaxLevel()
      Deprecated.