Class LapisCoreEvent

  • Direct Known Subclasses:
    LapisCoreCancellableEvent

    public class LapisCoreEvent
    extends org.bukkit.event.Event
    An utility class for making notification events
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      static org.bukkit.event.HandlerList handlers
      This is a list required by the Spigot API
    • Constructor Summary

      Constructors 
      Constructor Description
      LapisCoreEvent()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.bukkit.event.HandlerList getHandlerList()
      Another requirement of the Spigot API
      org.bukkit.event.HandlerList getHandlers()  
      • 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
    • Field Detail

      • handlers

        public static org.bukkit.event.HandlerList handlers
        This is a list required by the Spigot API
    • Constructor Detail

      • LapisCoreEvent

        public LapisCoreEvent()
    • Method Detail

      • getHandlerList

        public static org.bukkit.event.HandlerList getHandlerList()
        Another requirement of the Spigot API
        Returns:
        the handler list
      • getHandlers

        public org.bukkit.event.HandlerList getHandlers()
        Specified by:
        getHandlers in class org.bukkit.event.Event