Point

class Point

A smaller version of the Location class only including a world name, and three integers for the x, y and z. Finds uses where the extra data and precision of the Location class is completely unnecessary.

Author

lokka30

Since

3.1.2

See also

Location

Constructors

Link copied to clipboard
constructor(worldName: String, x: Int, y: Int, z: Int)
constructor(str: String)
constructor(location: Location)

Functions

Link copied to clipboard
fun matches(point1: Point, point2: Point): Boolean
Link copied to clipboard
open override fun toString(): String