Class CheckRegisterEvent
java.lang.Object
org.bukkit.event.Event
studio.thevipershow.safechat.api.events.ChatCheckEvent
studio.thevipershow.safechat.api.events.CheckRegisterEvent
public class CheckRegisterEvent extends ChatCheckEvent
This event is called when a check has been registered.
-
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.HandlerListhandlerList -
Constructor Summary
Constructors Constructor Description CheckRegisterEvent(@NotNull Check check)This constructor is used to explicitly declare an event as synchronous or asynchronous. -
Method Summary
Modifier and Type Method Description static @NotNull org.bukkit.event.HandlerListgetHandlerList()@NotNull org.bukkit.event.HandlerListgetHandlers()Methods inherited from class studio.thevipershow.safechat.api.events.ChatCheckEvent
getCheckMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronousMethods 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
-
CheckRegisterEvent
This constructor is used to explicitly declare an event as synchronous or asynchronous.- Parameters:
check- the check.
-
-
Method Details
-
getHandlerList
@NotNull public static @NotNull org.bukkit.event.HandlerList getHandlerList() -
getHandlers
@NotNull public final @NotNull org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-