Class TNTRunEvent

java.lang.Object
org.bukkit.event.Event
dev.despical.tntrun.api.event.TNTRunEvent
Direct Known Subclasses:
GameEvent, PlayerEvent

public abstract class TNTRunEvent extends org.bukkit.event.Event
Base type for all Bukkit events fired by TNTRun.

Each concrete event class owns its own Bukkit HandlerList. This base class is only a shared marker and should not be listened to directly.

  • 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

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, getHandlers, isAsynchronous

    Methods inherited from class Object

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

    • TNTRunEvent

      public TNTRunEvent()