Class CheckUnregisterEvent

java.lang.Object
org.bukkit.event.Event
studio.thevipershow.safechat.api.events.ChatCheckEvent
studio.thevipershow.safechat.api.events.CheckUnregisterEvent

public class CheckUnregisterEvent
extends ChatCheckEvent
This check is called when a check gets unregistered.
  • 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 handlerList  
  • Constructor Summary

    Constructors
    Constructor Description
    CheckUnregisterEvent​(@NotNull Check check)
    This constructor is used to explicitly declare an event as synchronous or asynchronous.
  • Method Summary

    Modifier and Type Method Description
    @NotNull org.bukkit.event.HandlerList getHandlerList()  
    @NotNull org.bukkit.event.HandlerList getHandlers()  

    Methods inherited from class studio.thevipershow.safechat.api.events.ChatCheckEvent

    getCheck

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • handlerList

      public static final org.bukkit.event.HandlerList handlerList
  • Constructor Details

    • CheckUnregisterEvent

      public CheckUnregisterEvent​(@NotNull @NotNull Check check)
      This constructor is used to explicitly declare an event as synchronous or asynchronous.
      Parameters:
      check - the check.
  • Method Details

    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlerList()