BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.update
/
UpdateEvent
Update
Event
interface
UpdateEvent
Represents the update event of popup.
Inheritors
PopupUpdateEvent
Members
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
UpdateEvent
Empty event.
Functions
get
Key
Link copied to clipboard
@
NotNull
abstract
fun
getKey
(
)
:
@
NotNull
Any
Returns the key.
get
Type
Link copied to clipboard
@
NotNull
abstract
fun
getType
(
)
:
@
NotNull
UpdateReason
Returns update reason of event.
source
Link copied to clipboard
@
NotNull
open
fun
source
(
)
:
@
NotNull
UpdateEvent
Gets a source of this event.