GuiLocation

data class GuiLocation(val x: Double, val y: Double) : Comparable<GuiLocation>

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open operator override fun compareTo(other: GuiLocation): Int
Link copied to clipboard
operator fun plus(other: GuiLocation): GuiLocation