Uses of Interface
org.bukkit.entity.ThrownPotion
Packages that use ThrownPotion
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of ThrownPotion in org.bukkit.entity
Subinterfaces of ThrownPotion in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Deprecated.lingering status depends on only on the potion item.interface
Deprecated.splash status depends on only on the potion item. -
Uses of ThrownPotion in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return ThrownPotionModifier and TypeMethodDescriptionLingeringPotionSplashEvent.getEntity()
PotionSplashEvent.getEntity()
PotionSplashEvent.getPotion()
Gets the potion which caused this eventConstructors in org.bukkit.event.entity with parameters of type ThrownPotionModifierConstructorDescriptionLingeringPotionSplashEvent
(ThrownPotion potion, AreaEffectCloud entity) Deprecated.LingeringPotionSplashEvent
(ThrownPotion potion, Entity hitEntity, Block hitBlock, BlockFace hitFace, AreaEffectCloud entity) PotionSplashEvent
(ThrownPotion potion, Map<LivingEntity, Double> affectedEntities) Deprecated.PotionSplashEvent
(ThrownPotion potion, Entity hitEntity, Block hitBlock, BlockFace hitFace, Map<LivingEntity, Double> affectedEntities)