toggle menu
BetterHud docs
1.8
dist
switch theme
search in API
BetterHud/dist
/
kr.toxicity.hud.location
Package-level
declarations
Types
Types
Animation
Location
Link copied to clipboard
class
AnimationLocation
(
val
type
:
AnimationType
,
val
location
:
List
<
PixelLocation
>
)
Animation
Type
Link copied to clipboard
enum
AnimationType
:
Enum
<
AnimationType
>
Gui
Location
Link copied to clipboard
data
class
GuiLocation
(
val
x
:
Double
,
val
y
:
Double
)
:
Comparable
<
GuiLocation
>
Pixel
Location
Link copied to clipboard
data
class
PixelLocation
(
val
x
:
Int
,
val
y
:
Int
,
val
opacity
:
Double
)
:
Comparable
<
PixelLocation
>