BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.manager
/
PlaceholderManagerImpl
/
PlaceholderContainerImpl
/
PlaceholderContainerImpl
Placeholder
Container
Impl
constructor
(
name
:
String
,
clazz
:
Class
<
R
>
,
defaultValue
:
T
,
defaultMap
:
Map
<
String
,
HudPlaceholder
<
T
>
>
,
parser
:
(
String
)
->
T
?
,
stringMapper
:
(
R
)
->
String
,
optionApplier
:
Map
<
String
,
(
T
,
YamlElement
)
->
T
>
=
emptyMap()
,
optionStringApplier
:
(
R
,
String
)
->
String
)