Uses of Interface
org.bukkit.entity.ThrownPotion
-
Packages that use ThrownPotion Package Description org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc.org.bukkit.event.entity -
-
Uses of ThrownPotion in org.bukkit.entity
Subinterfaces of ThrownPotion in org.bukkit.entity Modifier and Type Interface Description interfaceLingeringPotionRepresents a thrown lingering potion bottleinterfaceSplashPotionRepresents a thrown splash potion bottle -
Uses of ThrownPotion in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return ThrownPotion Modifier and Type Method Description ThrownPotionPotionSplashEvent. getEntity()ThrownPotionPotionSplashEvent. getPotion()Gets the potion which caused this eventConstructors in org.bukkit.event.entity with parameters of type ThrownPotion Constructor Description LingeringPotionSplashEvent(ThrownPotion potion, AreaEffectCloud entity)PotionSplashEvent(ThrownPotion potion, Map<LivingEntity,Double> affectedEntities)
-