Uses of Class
org.bukkit.potion.PotionData
-
Packages that use PotionData Package Description org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc.org.bukkit.inventory.meta The interfaces used when manipulating extra data can can be stored insideitem stacks. -
-
Uses of PotionData in org.bukkit.entity
Methods in org.bukkit.entity that return PotionData Modifier and Type Method Description @NotNull PotionDataAreaEffectCloud. getBasePotionData()Returns the potion data about the base potion@NotNull PotionDataArrow. getBasePotionData()Returns the potion data about the base potionMethods in org.bukkit.entity with parameters of type PotionData Modifier and Type Method Description voidAreaEffectCloud. setBasePotionData(@NotNull PotionData data)Sets the underlying potion datavoidArrow. setBasePotionData(@NotNull PotionData data)Sets the underlying potion data -
Uses of PotionData in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return PotionData Modifier and Type Method Description @NotNull PotionDataPotionMeta. getBasePotionData()Returns the potion data about the base potionMethods in org.bukkit.inventory.meta with parameters of type PotionData Modifier and Type Method Description voidPotionMeta. setBasePotionData(@NotNull PotionData data)Sets the underlying potion data
-