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 io.papermc.paper.event.entity
Constructors in io.papermc.paper.event.entity with parameters of type ThrownPotionModifierConstructorDescriptionWaterBottleSplashEvent
(ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, Map<LivingEntity, Double> affectedEntities, Set<LivingEntity> rehydrate, Set<LivingEntity> extinguish) -
Uses of ThrownPotion in org.bukkit.entity
Subinterfaces of ThrownPotion in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.should not be used for anything, useThrownPotion
and set the potion via the methods there. -
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
(@NotNull ThrownPotion potion, @NotNull AreaEffectCloud entity) Deprecated.LingeringPotionSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull AreaEffectCloud entity) PotionSplashEvent
(@NotNull ThrownPotion potion, @NotNull Map<LivingEntity, Double> affectedEntities) Deprecated.PotionSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull Map<LivingEntity, Double> affectedEntities)
ThrownPotion
and set the potion via the methods there.