BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-437
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.layout
/
BackgroundLayout
Background
Layout
class
BackgroundLayout
(
val
x
:
Int
,
val
left
:
WidthComponent
,
val
right
:
WidthComponent
,
val
body
:
WidthComponent
)
Members
Constructors
Background
Layout
Link copied to clipboard
constructor
(
x
:
Int
,
left
:
WidthComponent
,
right
:
WidthComponent
,
body
:
WidthComponent
)
Properties
body
Link copied to clipboard
val
body
:
WidthComponent
left
Link copied to clipboard
val
left
:
WidthComponent
right
Link copied to clipboard
val
right
:
WidthComponent
x
Link copied to clipboard
val
x
:
Int