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