BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-407
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
PlaceholderManager
Placeholder
Manager
interface
PlaceholderManager
Represents placeholder manager.
Members
Functions
get
Boolean
Container
Link copied to clipboard
@
NotNull
abstract
fun
getBooleanContainer
(
)
:
@
NotNull
PlaceholderContainer
<
Boolean
>
Gets a boolean placeholder group.
get
Number
Container
Link copied to clipboard
@
NotNull
abstract
fun
getNumberContainer
(
)
:
@
NotNull
PlaceholderContainer
<
Number
>
Gets a number placeholder group.
get
String
Container
Link copied to clipboard
@
NotNull
abstract
fun
getStringContainer
(
)
:
@
NotNull
PlaceholderContainer
<
String
>
Gets a string placeholder group.