Uses of Interface
org.bukkit.entity.AreaEffectCloud
Packages that use AreaEffectCloud
Package
Description
-
Uses of AreaEffectCloud in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return AreaEffectCloudModifier and TypeMethodDescriptionEnderDragonFireballHitEvent.getAreaEffectCloud()
EnderDragonFlameEvent.getAreaEffectCloud()
Constructors in com.destroystokyo.paper.event.entity with parameters of type AreaEffectCloudModifierConstructorDescriptionEnderDragonFireballHitEvent
(@NotNull DragonFireball fireball, @NotNull Collection<LivingEntity> targets, @NotNull AreaEffectCloud areaEffectCloud) EnderDragonFlameEvent
(@NotNull EnderDragon enderDragon, @NotNull AreaEffectCloud areaEffectCloud) -
Uses of AreaEffectCloud in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return AreaEffectCloudModifier and TypeMethodDescriptionLingeringPotionSplashEvent.getAreaEffectCloud()
Gets the AreaEffectCloud spawnedAreaEffectCloudApplyEvent.getEntity()
Constructors in org.bukkit.event.entity with parameters of type AreaEffectCloudModifierConstructorDescriptionAreaEffectCloudApplyEvent
(@NotNull AreaEffectCloud entity, @NotNull List<LivingEntity> affectedEntities) LingeringPotionSplashEvent
(@NotNull ThrownPotion potion, @NotNull AreaEffectCloud entity) Deprecated.LingeringPotionSplashEvent
(@NotNull ThrownPotion potion, @Nullable Entity hitEntity, @Nullable Block hitBlock, @Nullable BlockFace hitFace, @NotNull AreaEffectCloud entity)