mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
Custom Potion Mixes
This commit is contained in:
@@ -2665,6 +2665,15 @@ public final class Bukkit {
|
||||
public static io.papermc.paper.datapack.DatapackManager getDatapackManager() {
|
||||
return server.getDatapackManager();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the potion brewer.
|
||||
*
|
||||
* @return the potion brewer
|
||||
*/
|
||||
public static @NotNull org.bukkit.potion.PotionBrewer getPotionBrewer() {
|
||||
return server.getPotionBrewer();
|
||||
}
|
||||
// Paper end
|
||||
|
||||
@NotNull
|
||||
|
Reference in New Issue
Block a user