Uses of Class
org.bukkit.potion.PotionData
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of PotionData in org.bukkit.entity
Modifier and TypeMethodDescriptionAreaEffectCloud.getBasePotionData()
Deprecated.Arrow.getBasePotionData()
Deprecated.Upgraded / extended potions are now their ownPotionType
useArrow.getBasePotionType()
instead.Modifier and TypeMethodDescriptionvoid
AreaEffectCloud.setBasePotionData
(@Nullable PotionData data) Deprecated.Upgraded / extended potions are now their ownPotionType
useAreaEffectCloud.setBasePotionType(org.bukkit.potion.PotionType)
instead.void
Arrow.setBasePotionData
(@Nullable PotionData data) Deprecated.Upgraded / extended potions are now their ownPotionType
useArrow.setBasePotionType(org.bukkit.potion.PotionType)
instead. -
Uses of PotionData in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionPotionMeta.getBasePotionData()
Deprecated.Upgraded / extended potions are now their ownPotionType
usePotionMeta.getBasePotionType()
instead.Modifier and TypeMethodDescriptionvoid
PotionMeta.setBasePotionData
(@Nullable PotionData data) Deprecated.Upgraded / extended potions are now their ownPotionType
usePotionMeta.setBasePotionType(org.bukkit.potion.PotionType)
instead.
PotionType
useAreaEffectCloud.getBasePotionType()
instead.