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 | Description |
---|---|---|
interface |
LingeringPotion |
Represents a thrown lingering potion bottle
|
interface |
SplashPotion |
Represents a thrown splash potion bottle
|
Modifier and Type | Method | Description |
---|---|---|
ThrownPotion |
PotionSplashEvent.getEntity() |
|
ThrownPotion |
PotionSplashEvent.getPotion() |
Gets the potion which caused this event
|
Constructor | Description |
---|---|
LingeringPotionSplashEvent(ThrownPotion potion,
AreaEffectCloud entity) |
|
PotionSplashEvent(ThrownPotion potion,
java.util.Map<LivingEntity,java.lang.Double> affectedEntities) |
Copyright © 2018. All rights reserved.