Class RouteEvent

java.lang.Object
org.bukkit.event.Event
com.melluh.servertours.api.event.RouteEvent
Direct Known Subclasses:
RouteCreateEvent, RoutePlayerEvent, RouteRemoveEvent

public abstract class RouteEvent extends org.bukkit.event.Event
  • Nested Class Summary

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RouteEvent

      protected RouteEvent(Route route)
  • Method Details

    • getRoute

      public Route getRoute()
    • getRouteName

      public String getRouteName()