程序包 | 说明 |
---|---|
org.bukkit.entity |
为在
世界 内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等. |
org.bukkit.event.entity |
限定符和类型 | 接口和说明 |
---|---|
interface |
LingeringPotion
Represents a thrown lingering potion bottle
|
interface |
SplashPotion
Represents a thrown splash potion bottle
|
限定符和类型 | 方法和说明 |
---|---|
ThrownPotion |
PotionSplashEvent.getEntity() |
ThrownPotion |
PotionSplashEvent.getPotion()
Gets the potion which caused this event
|
构造器和说明 |
---|
LingeringPotionSplashEvent(ThrownPotion potion,
AreaEffectCloud entity) |
PotionSplashEvent(ThrownPotion potion,
java.util.Map<LivingEntity,java.lang.Double> affectedEntities) |