| Package | Description | 
|---|---|
| org.bukkit.entity | 
 Interfaces for non-voxel objects that can exist in a  
world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.entity | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LingeringPotion
Deprecated. 
 
lingering status depends on only on the potion item. 
 | 
interface  | 
SplashPotion
Deprecated. 
 
splash status depends on only on the potion item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull ThrownPotion | 
PotionSplashEvent.getEntity()  | 
@NotNull ThrownPotion | 
LingeringPotionSplashEvent.getEntity()  | 
@NotNull ThrownPotion | 
PotionSplashEvent.getPotion()
Gets the potion which caused this event 
 | 
| Constructor and Description | 
|---|
LingeringPotionSplashEvent(@NotNull ThrownPotion potion,
                          @NotNull AreaEffectCloud entity)  | 
PotionSplashEvent(@NotNull ThrownPotion potion,
                 @NotNull Map<LivingEntity,Double> affectedEntities)  | 
Copyright © 2022. All rights reserved.