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.intDeprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated. 
- 
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. 
 -