Class PlayerBrewedPotionEvent


public class PlayerBrewedPotionEvent extends PlayerEvent
This event is called when a player picks up a potion from a brewing stand.
  • Field Details

  • Constructor Details

    • PlayerBrewedPotionEvent

      public PlayerBrewedPotionEvent(Player player, @NotNull @NotNull ItemStack stack)
  • Method Details

    • getStack

      @NotNull public @NotNull ItemStack getStack()
      The ItemStack of the potion.