BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
fabric
Platform filter
fabric
Switch theme
Search in API
BetterHud
BetterHud/bootstrap/fabric
/
kr.toxicity.hud.bootstrap.fabric.module
/
Module
Module
interface
Module
Inheritors
FabricModule
Members
Properties
booleans
Link copied to clipboard
abstract
val
booleans
:
Map
<
String
,
HudPlaceholder
<
Boolean
>
>
listeners
Link copied to clipboard
abstract
val
listeners
:
Map
<
String
,
(
YamlObject
)
->
(
UpdateEvent
)
->
HudListener
>
numbers
Link copied to clipboard
abstract
val
numbers
:
Map
<
String
,
HudPlaceholder
<
Number
>
>
strings
Link copied to clipboard
abstract
val
strings
:
Map
<
String
,
HudPlaceholder
<
String
>
>
triggers
Link copied to clipboard
abstract
val
triggers
:
Map
<
String
,
(
YamlObject
)
->
HudTrigger
<
*
>
>
Functions
plus
Link copied to clipboard
open
operator
fun
plus
(
other
:
Module
)
:
Module