Uses of Interface
org.bukkit.entity.AreaEffectCloud
-
Packages that use AreaEffectCloud Package Description org.bukkit.event.entity -
-
Uses of AreaEffectCloud in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return AreaEffectCloud Modifier and Type Method Description @NotNull AreaEffectCloud
LingeringPotionSplashEvent. getAreaEffectCloud()
Gets the AreaEffectCloud spawned@NotNull AreaEffectCloud
AreaEffectCloudApplyEvent. getEntity()
Constructors in org.bukkit.event.entity with parameters of type AreaEffectCloud Constructor Description AreaEffectCloudApplyEvent(@NotNull AreaEffectCloud entity, @NotNull List<LivingEntity> affectedEntities)
LingeringPotionSplashEvent(@NotNull ThrownPotion potion, @NotNull AreaEffectCloud entity)
-