BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.configuration
/
HudComponentSupplier
Hud
Component
Supplier
interface
HudComponentSupplier
<
T
:
HudObject
?
>
:
Supplier
<
T
>
Gets component supplier.
Parameters
<T>
parent type
Members
Functions
empty
Link copied to clipboard
@
ApiStatus.Internal
open
fun
<
R
:
HudObject
?
>
empty
(
@
NotNull
parent
:
@
NotNull
R
)
:
@
NotNull
HudComponentSupplier
<
R
>
Creates empty supplier by parent
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
of
Link copied to clipboard
@
ApiStatus.Internal
open
fun
<
R
:
HudObject
?
>
of
(
@
NotNull
parent
:
@
NotNull
R
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
List
<
WidthComponent
>
>
)
:
@
NotNull
HudComponentSupplier
<
R
>
Creates supplier by parent
parent
Link copied to clipboard
@
NotNull
abstract
fun
parent
(
)
:
@
NotNull
T
Gets parent.