toggle menu
BetterHud docs
1.9.2.DEV-309
dist
switch theme
search in API
BetterHud/dist
/
kr.toxicity.hud.layout
/
ImageLayout
Image
Layout
interface
ImageLayout
:
HudLayout
<
ImageElement
>
Inheritors
Impl
ImageRenderer
Members
Types
Impl
Link copied to clipboard
class
Impl
(
val
source
:
ImageElement
,
group
:
LayoutGroup
,
yamlObject
:
YamlObject
,
loc
:
PixelLocation
)
:
ImageLayout
,
HudLayout
<
ImageElement
>
Properties
cancel
If
Follower
Not
Exists
Link copied to clipboard
abstract
val
cancelIfFollowerNotExists
:
Boolean
color
Link copied to clipboard
abstract
val
color
:
TextColor
color
Overrides
Link copied to clipboard
abstract
val
colorOverrides
:
ColorOverride.Builder
conditions
Link copied to clipboard
abstract
val
conditions
:
ConditionBuilder
follow
Link copied to clipboard
abstract
val
follow
:
String
?
layer
Link copied to clipboard
abstract
val
layer
:
Int
location
Link copied to clipboard
abstract
val
location
:
PixelLocation
max
Stack
Link copied to clipboard
abstract
val
maxStack
:
PlaceholderBuilder
<
*
>
?
outline
Link copied to clipboard
abstract
val
outline
:
Boolean
property
Link copied to clipboard
abstract
val
property
:
Int
render
Scale
Link copied to clipboard
abstract
val
renderScale
:
RenderScale
scale
Link copied to clipboard
abstract
val
scale
:
Double
source
Link copied to clipboard
abstract
val
source
:
ImageElement
space
Link copied to clipboard
abstract
val
space
:
Int
stack
Link copied to clipboard
abstract
val
stack
:
PlaceholderBuilder
<
*
>
?
Functions
plus
Link copied to clipboard
open
operator
fun
plus
(
other
:
ConditionSource
)
:
ConditionSource.Impl