Uses of Interface
org.bukkit.potion.PotionBrewer
Packages that use PotionBrewer
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to represent various 
potion
 properties and manipulation.- 
Uses of PotionBrewer in org.bukkitMethods in org.bukkit that return PotionBrewerModifier and TypeMethodDescriptionstatic PotionBrewerBukkit.getPotionBrewer()Gets the potion brewer.Server.getPotionBrewer()Gets the potion brewer.
- 
Uses of PotionBrewer in org.bukkit.potionMethods in org.bukkit.potion that return PotionBrewerModifier and TypeMethodDescriptionstatic @NotNull PotionBrewerPotion.getBrewer()Deprecated.Returns an instance ofPotionBrewer.Methods in org.bukkit.potion with parameters of type PotionBrewerModifier and TypeMethodDescriptionstatic voidPotion.setPotionBrewer(@NotNull PotionBrewer other) Deprecated.Sets the current instance ofPotionBrewer.