| 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. | 
| org.bukkit.potion | 
 Classes to represent various  
potion
 properties and manipulation. | 
| Modifier and Type | Method and Description | 
|---|---|
PotionData | 
AreaEffectCloud.getBasePotionData()
Returns the potion data about the base potion 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PotionData | 
PotionDataHolder.getBasePotionData()
Returns the potion data about the base potion 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PotionDataHolder.setBasePotionData(PotionData data)
Sets the underlying potion data 
 | 
Copyright © 2021. All rights reserved.