Custom Potion Mixes

This commit is contained in:
Jake Potrebic
2021-10-07 14:34:59 -07:00
parent 64f342f5fb
commit f9d3155517
5 changed files with 187 additions and 5 deletions

View File

@@ -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