Package org.bukkit.potion
Interface PotionType.InternalPotionData
- Enclosing class:
PotionType
Deprecated.
Do not use, interface will get removed, and the plugin won't run
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.int
Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.
-
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.
-