Class PlayerPickupArrowEvent

  • All Implemented Interfaces:
    Cancellable

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

      • PlayerPickupArrowEvent

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

      • getArrow

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