Uses of Interface
org.bukkit.entity.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
Modifier 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
Modifier and TypeMethodDescriptionLingeringPotionSplashEvent.getEntity()
PotionSplashEvent.getEntity()
PotionSplashEvent.getPotion()
Gets the potion which caused this eventModifierConstructorDescriptionLingeringPotionSplashEvent
(ThrownPotion potion, AreaEffectCloud entity) PotionSplashEvent
(ThrownPotion potion, Map<LivingEntity, Double> affectedEntities)