| Package | Description |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks. |
| Modifier and Type | Method and Description |
|---|---|
PotionData |
TippedArrow.getBasePotionData()
Returns the potion data about the base potion
|
PotionData |
AreaEffectCloud.getBasePotionData()
Returns the potion data about the base potion
|
| Modifier and Type | Method and Description |
|---|---|
void |
TippedArrow.setBasePotionData(PotionData data)
Sets the underlying potion data
|
void |
AreaEffectCloud.setBasePotionData(PotionData data)
Sets the underlying potion data
|
| Modifier and Type | Method and Description |
|---|---|
PotionData |
PotionMeta.getBasePotionData()
Returns the potion data about the base potion
|
| Modifier and Type | Method and Description |
|---|---|
void |
PotionMeta.setBasePotionData(PotionData data)
Sets the underlying potion data
|
Copyright © 2016. All rights reserved.