| パッケージ | 説明 |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| 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,
Map<LivingEntity,Double> affectedEntities) |
Copyright © 2016. All rights reserved.