Class KOTLEvent

java.lang.Object
org.bukkit.event.Event
me.despical.kotl.api.events.KOTLEvent
Direct Known Subclasses:
KOTLNewKingEvent, KOTLPlayerEnterArenaEvent, KOTLPlayerLeaveArenaEvent, KOTLPlayerStatisticChangeEvent

public abstract class KOTLEvent extends org.bukkit.event.Event
Since:
1.0.0

Created at 20.06.2020

Author:
Despical
  • 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
    protected Arena
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    KOTLEvent(Arena eventArena)
     
  • 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
  • Field Details

    • arena

      protected Arena arena
  • Constructor Details

    • KOTLEvent

      public KOTLEvent(Arena eventArena)
  • Method Details

    • getArena

      public Arena getArena()