toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.hud
/
Hud
Hud
interface
Hud
:
HudObject
Represents hud.
Members
Functions
get
Components
Link copied to clipboard
@
NotNull
abstract
fun
getComponents
(
@
NotNull
hudPlayer
:
@
NotNull
HudPlayer
)
:
@
NotNull
List
<
WidthComponent
>
Returns the output of hud.
get
Components
By
Type
Link copied to clipboard
@
NotNull
open
fun
getComponentsByType
(
@
NotNull
hudPlayer
:
@
NotNull
HudPlayer
)
:
@
NotNull
List
<
WidthComponent
>
get
Name
Link copied to clipboard
@
NotNull
abstract
fun
getName
(
)
:
@
NotNull
String
Gets an internal name of object.
get
Type
Link copied to clipboard
@
NotNull
abstract
fun
getType
(
)
:
@
NotNull
HudObjectType
<
out
Any
>
Gets the type instance.
is
Default
Link copied to clipboard
abstract
fun
isDefault
(
)
:
Boolean
Returns this object is default object or not.