GuiLocation

data class GuiLocation(val x: Double, val y: Double)

Constructors

Link copied to clipboard
constructor(section: YamlObject)
constructor(x: Double, y: Double)

Properties

Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double

Functions

Link copied to clipboard
operator fun plus(other: GuiLocation): GuiLocation