Class PlayerBrewedPotionEvent


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

    • stack

      private final net.minecraft.world.item.ItemStack stack
  • Constructor Details

    • PlayerBrewedPotionEvent

      public PlayerBrewedPotionEvent(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack)
  • Method Details

    • getStack

      public net.minecraft.world.item.ItemStack getStack()
      The ItemStack of the potion.