Class PlayerBrewedPotionEvent


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

      • PlayerBrewedPotionEvent

        public PlayerBrewedPotionEvent​(PlayerEntity player,
                                       @Nonnull
                                       ItemStack stack)
    • Method Detail

      • getStack

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