类 PlayerBrewedPotionEvent


public class PlayerBrewedPotionEvent extends PlayerEvent
This event is called when a player picks up a potion from a brewing stand.
  • 字段详细资料

  • 构造器详细资料

    • PlayerBrewedPotionEvent

      public PlayerBrewedPotionEvent(Player player, @NotNull @NotNull ItemStack stack)
  • 方法详细资料

    • getStack

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