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.bukkit
Methods in org.bukkit that return PotionBrewerModifier and TypeMethodDescriptionstatic PotionBrewer
Bukkit.getPotionBrewer()
Gets the potion brewer.Server.getPotionBrewer()
Gets the potion brewer. -
Uses of PotionBrewer in org.bukkit.potion
Methods in org.bukkit.potion that return PotionBrewerModifier and TypeMethodDescriptionstatic @NotNull PotionBrewer
Potion.getBrewer()
Deprecated.Returns an instance ofPotionBrewer
.Methods in org.bukkit.potion with parameters of type PotionBrewerModifier and TypeMethodDescriptionstatic void
Potion.setPotionBrewer
(@NotNull PotionBrewer other) Deprecated.Sets the current instance ofPotionBrewer
.