Class PlayerPickupArrowEvent

All Implemented Interfaces:
Cancellable

public class PlayerPickupArrowEvent extends PlayerPickupItemEvent
Thrown when a player picks up an arrow from the ground.
  • Constructor Details

    • PlayerPickupArrowEvent

      public PlayerPickupArrowEvent(@NotNull Player player, @NotNull Item item, @NotNull AbstractArrow arrow)
  • Method Details

    • getArrow

      @NotNull public AbstractArrow getArrow()
      Get the arrow being picked up by the player
      Returns:
      The arrow being picked up