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(PlayerEntity player, @Nonnull ItemStack stack)
  • Method Details

    • getStack

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