Class AlchemicalArrowEvent

java.lang.Object
org.bukkit.event.Event
wtf.choco.arrows.api.event.AlchemicalArrowEvent
Direct Known Subclasses:
AlchemicalArrowShootEvent

public abstract class AlchemicalArrowEvent
extends org.bukkit.event.Event
An abstract event that involves an AlchemicalArrowEntity.
Author:
Parker Hawke - Choco
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Method Summary

    Modifier and Type Method Description
    @NotNull AlchemicalArrowEntity getArrow()
    Get the alchemical arrow entity involved in this event

    Methods inherited from class org.bukkit.event.Event

    getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getArrow

      @NotNull public @NotNull AlchemicalArrowEntity getArrow()
      Get the alchemical arrow entity involved in this event
      Returns:
      the involved arrow