toggle menu
BetterHud docs
1.8.DEV-286
fabric-api
switch theme
search in API
BetterHud/api/fabric-api
/
kr.toxicity.hud.api.fabric.event
/
EventRegistry
Event
Registry
class
EventRegistry
<
T
>
Members
Constructors
Event
Registry
Link copied to clipboard
constructor
(
)
Types
Unit
Link copied to clipboard
class
Unit
Properties
UNIT
Link copied to clipboard
val
UNIT
:
EventRegistry.Unit
Functions
call
Link copied to clipboard
@
ApiStatus.Internal
open
fun
call
(
@
NotNull
t
:
@
NotNull
T
)
register
Link copied to clipboard
@
NotNull
open
fun
register
(
@
NotNull
consumer
:
@
NotNull
Consumer
<
in
T
>
)
:
@
NotNull
EventRegistry
<
T
>