Class XPrisonEvent

java.lang.Object
org.bukkit.event.Event
dev.drawethree.xprison.api.shared.events.XPrisonEvent
Direct Known Subclasses:
GangCreateEvent, GangDisbandEvent, MineCreateEvent, MineDeleteEvent, MinePostResetEvent, MinePreResetEvent, XPrisonEnchantRegisterEvent, XPrisonEnchantUnregisterEvent, XPrisonPlayerEvent

public abstract class XPrisonEvent extends org.bukkit.event.Event
Base class for all custom XPrison events. Extends Bukkit's Event class to integrate with the event system.
  • 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

    getEventName, getHandlers, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • XPrisonEvent

      public XPrisonEvent()