BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.placeholder
/
HudPlaceholder
/
PlaceholderFunction
Placeholder
Function
@
FunctionalInterface
interface
PlaceholderFunction
<
T
>
:
BiFunction
<
T
,
U
,
R
>
An aliases of (args, event) -> (player) -> T
Parameters
<T>
type (Number, String, Boolean)
Members
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
p
:
(
in
R
)
->
out
V
)
:
BiFunction
<
T
,
U
,
V
>
apply
Link copied to clipboard
abstract
fun
apply
(
p
:
T
,
p1
:
U
)
:
R
of
Link copied to clipboard
open
fun
<
T
>
of
(
@
NotNull
function
:
@
NotNull
(
HudPlayer
)
->
T
)
:
@
NotNull
HudPlaceholder.PlaceholderFunction
<
T
>
Gets placeholder function from single function