java.lang.Object
org.bukkit.event.Event
nl.sbdeveloper.vehiclesplus.api.events.Event
Direct Known Subclasses:
CancellableEvent, KeyPressEvent, VehicleEvent

public class Event 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
    A list of EventHandlers listening to this event.
    org.bukkit.event.HandlerList
    Get the EventHandlers listening to this event.

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • Event

      public Event()
  • Method Details

    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Get the EventHandlers listening to this event.
      Specified by:
      getHandlers in class org.bukkit.event.Event
      Returns:
      The EventHandlers listening to this event.
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
      A list of EventHandlers listening to this event.