CustomPopupEvent

open class CustomPopupEvent : PlayerEvent, BetterHudEvent

Custom popup event.

Constructors

Link copied to clipboard
constructor(@NotNull who: @NotNull Player, @NotNull name: @NotNull String)
Custom popup with name

Properties

Link copied to clipboard
val HANDLER_LIST: HandlerList
All handler lists.

Functions

Link copied to clipboard
open fun getEventName(): String
Link copied to clipboard
open fun getHandlerList(): HandlerList
Gets event handler
Link copied to clipboard
@NotNull
open fun getHandlers(): @NotNull HandlerList
Gets event handler
Link copied to clipboard
fun getPlayer(): Player
Link copied to clipboard