Package org.bukkit.potion
Interface PotionType.InternalPotionData
- Enclosing class:
PotionType
@Deprecated(since="1.20.2",
forRemoval=true)
@Internal
public static interface PotionType.InternalPotionData
Deprecated, for removal: This API element is subject to removal in a future version.
Do not use, interface will get removed, and the plugin won't run
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getEffectType
PotionEffectType getEffectType()Deprecated, for removal: This API element is subject to removal in a future version. -
getPotionEffects
List<PotionEffect> getPotionEffects()Deprecated, for removal: This API element is subject to removal in a future version. -
isInstant
boolean isInstant()Deprecated, for removal: This API element is subject to removal in a future version. -
isUpgradeable
boolean isUpgradeable()Deprecated, for removal: This API element is subject to removal in a future version. -
isExtendable
boolean isExtendable()Deprecated, for removal: This API element is subject to removal in a future version. -
getMaxLevel
int getMaxLevel()Deprecated, for removal: This API element is subject to removal in a future version.
-