BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.location
/
PixelLocation
Pixel
Location
data
class
PixelLocation
(
val
x
:
Int
,
val
y
:
Int
,
val
opacity
:
Double
)
:
Comparable
<
PixelLocation
>
Members
Constructors
Pixel
Location
Link copied to clipboard
constructor
(
section
:
YamlObject
)
constructor
(
x
:
Int
,
y
:
Int
,
opacity
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
opacity
Link copied to clipboard
val
opacity
:
Double
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
PixelLocation
)
:
Int
plus
Link copied to clipboard
operator
fun
plus
(
other
:
PixelLocation
)
:
PixelLocation