BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.util
/
ValueViewer
Value
Viewer
class
ValueViewer
<
K
,
V
>
:
Function1
<
K
,
V
?
>
Members
Constructors
Value
Viewer
Link copied to clipboard
constructor
(
)
Functions
add
Function
Link copied to clipboard
fun
addFunction
(
vararg
function
:
(
K
)
->
V
?
)
:
ValueViewer
<
K
,
V
>
add
Map
Link copied to clipboard
fun
addMap
(
vararg
map
:
Map
<
K
,
V
>
)
:
ValueViewer
<
K
,
V
>
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
p1
:
K
)
:
V
?