| 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 | Description | 
|---|---|---|
| PotionData | AreaEffectCloud. getBasePotionData() | Returns the potion data about the base potion | 
| PotionData | Arrow. getBasePotionData() | Returns the potion data about the base potion | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | AreaEffectCloud. setBasePotionData(PotionData data) | Sets the underlying potion data | 
| void | Arrow. setBasePotionData(PotionData data) | Sets the underlying potion data | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PotionData | PotionMeta. getBasePotionData() | Returns the potion data about the base potion | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | PotionMeta. setBasePotionData(PotionData data) | Sets the underlying potion data | 
Copyright © 2020. All rights reserved.