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

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

    • getArrow

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