| Package | Description | 
|---|---|
| org.bukkit.potion | Classes to represent various  potionproperties and manipulation. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static @Nullable PotionType | PotionType. getByEffect(@Nullable PotionEffectType effectType) | Deprecated. 
 Misleading | 
| @NotNull PotionType | Potion. getType() | Deprecated.  Returns the  PotionTypeof this potion. | 
| @NotNull PotionType | PotionData. getType() | Gets the type of the potion, Type matches up with each kind of craftable
 potion | 
| static PotionType | PotionType. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static PotionType[] | PotionType. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Collection<PotionEffect> | PotionBrewer. getEffects(@NotNull PotionType type,
          boolean upgraded,
          boolean extended) | Returns a collection of  PotionEffectthat would be applied from
 a potion with the given type. | 
| void | Potion. setType(@NotNull PotionType type) | Deprecated.  Sets the  PotionTypeof this potion. | 
| Constructor | Description | 
|---|---|
| Potion(@NotNull PotionType type) | Deprecated.  Construct a new potion of the given type. | 
| Potion(@NotNull PotionType type,
      int level) | Deprecated.  Create a new potion of the given type and level. | 
| Potion(@NotNull PotionType type,
      int level,
      boolean splash) | Deprecated. 
 In favour of using  Potion(PotionType)withPotion.splash(). | 
| Potion(@NotNull PotionType type,
      int level,
      boolean splash,
      boolean extended) | Deprecated. 
 In favour of using  Potion(PotionType)withPotion.extend()and possiblyPotion.splash(). | 
| PotionData(@NotNull PotionType type) | |
| PotionData(@NotNull PotionType type,
          boolean extended,
          boolean upgraded) | Instantiates a final PotionData object to contain information about a
 Potion | 
Copyright © 2020. All rights reserved.