HudUpdateEvent

open class HudUpdateEvent : PlayerEvent, HudPlayerEvent

player update event.

Constructors

Link copied to clipboard
constructor(@NotNull hudPlayer: @NotNull HudPlayer)
Player's hud is updated.

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
@NotNull
abstract fun getHudPlayer(): @NotNull HudPlayer
Gets called player
Link copied to clipboard
fun getPlayer(): Player
Link copied to clipboard