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