BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
bukkit
Platform filter
bukkit
Switch theme
Search in API
BetterHud
BetterHud/bootstrap/bukkit
/
kr.toxicity.hud.bootstrap.bukkit.module
/
BukkitModule
Bukkit
Module
interface
BukkitModule
:
Module
Inheritors
BukkitEntityModule
BukkitItemModule
BukkitStandardModule
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
override
val
triggers
:
Map
<
String
,
(
YamlObject
)
->
HudBukkitEventTrigger
<
*
>
>
Functions
plus
Link copied to clipboard
open
operator
fun
plus
(
other
:
Module
)
:
Module
start
Link copied to clipboard
open
fun
start
(
)