BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.command
Package-level
declarations
Types
Types
Compass
Icon
Link copied to clipboard
data
class
CompassIcon
(
val
string
:
String
)
Compass
Stack
Link copied to clipboard
class
CompassStack
(
compassList
:
Collection
<
Compass
>
)
:
Iterable
<
Compass
>
Hud
Player
Stack
Link copied to clipboard
class
HudPlayerStack
(
playerList
:
Collection
<
HudPlayer
>
)
:
Iterable
<
HudPlayer
>
Hud
Stack
Link copied to clipboard
class
HudStack
(
hudList
:
Collection
<
Hud
>
)
:
Iterable
<
Hud
>
Popup
Stack
Link copied to clipboard
class
PopupStack
(
popupList
:
Collection
<
Popup
>
)
:
Iterable
<
Popup
>
Vec3
Link copied to clipboard
data
class
Vec3
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)