BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.update
/
PopupUpdateEvent
Popup
Update
Event
class
PopupUpdateEvent
:
Record
,
UpdateEvent
A handled updated event by Popup
Parameters
source
source
iterator
popup iterator
See also
Popup
Members
Constructors
Popup
Update
Event
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
UpdateEvent
Empty event.
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
get
Key
Link copied to clipboard
@
NotNull
open
fun
getKey
(
)
:
@
NotNull
Any
Returns the key.
get
Type
Link copied to clipboard
@
NotNull
open
fun
getType
(
)
:
@
NotNull
UpdateReason
Returns update reason of event.
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
source
Link copied to clipboard
@
NotNull
open
fun
source
(
)
:
@
NotNull
UpdateEvent
Gets a source of this event.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String