Uses of Class
org.bukkit.potion.PotionData
Packages that use 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.entityMethods in org.bukkit.entity that return PotionDataModifier and TypeMethodDescriptionAreaEffectCloud.getBasePotionData()Returns the potion data about the base potionArrow.getBasePotionData()Returns the potion data about the base potionMethods in org.bukkit.entity with parameters of type PotionDataModifier and TypeMethodDescriptionvoidAreaEffectCloud.setBasePotionData(PotionData data) Sets the underlying potion datavoidArrow.setBasePotionData(PotionData data) Sets the underlying potion data
- 
Uses of PotionData in org.bukkit.inventory.metaMethods in org.bukkit.inventory.meta that return PotionDataModifier and TypeMethodDescriptionPotionMeta.getBasePotionData()Returns the potion data about the base potionMethods in org.bukkit.inventory.meta with parameters of type PotionDataModifier and TypeMethodDescriptionvoidPotionMeta.setBasePotionData(PotionData data) Sets the underlying potion data