BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
dist
Target filter
dist
Switch theme
Search in API
Skip to content
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
?