toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
HudManager
Hud
Manager
interface
HudManager
Represents hud manager.
Members
Functions
get
All
Huds
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllHuds
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Hud
>
Gets all hud.
get
All
Names
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllNames
(
)
:
@
NotNull
@
Unmodifiable
Set
<
String
>
Gets all hud's name.
get
Default
Huds
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getDefaultHuds
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Hud
>
Gets all default hud.
get
Hud
Link copied to clipboard
@
Nullable
abstract
fun
getHud
(
@
NotNull
name
:
@
NotNull
String
)
:
@
Nullable
Hud
Gets hud by given name.