BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-405
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
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.