BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
bukkit-api
Platform filter
bukkit-api
Switch theme
Search in API
BetterHud
BetterHud/api/bukkit-api
/
kr.toxicity.hud.api.bukkit.event
/
CustomPopupEvent
Custom
Popup
Event
open
class
CustomPopupEvent
:
PlayerEvent
,
BetterHudEvent
Custom popup event.
Members
Constructors
Custom
Popup
Event
Link copied to clipboard
constructor
(
@
NotNull
who
:
@
NotNull
Player
,
@
NotNull
name
:
@
NotNull
String
)
Custom popup with name
Properties
HANDLER_
LIST
Link copied to clipboard
val
HANDLER_LIST
:
HandlerList
All handler list.
Functions
get
Event
Name
Link copied to clipboard
open
fun
getEventName
(
)
:
String
get
Handler
List
Link copied to clipboard
open
fun
getHandlerList
(
)
:
HandlerList
Gets event handler
get
Handlers
Link copied to clipboard
@
NotNull
open
fun
getHandlers
(
)
:
@
NotNull
HandlerList
Gets event handler
get
Player
Link copied to clipboard
fun
getPlayer
(
)
:
Player
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean