Files
KSpigot/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

4.6 KiB

title
title
SimpleLocation3D -

//KSpigot/net.axay.kspigot.extensions.geometry/SimpleLocation3D

SimpleLocation3D

[jvm] data class SimpleLocation3D(x: Double, y: Double, z: Double)

Constructors

Name Summary
SimpleLocation3D [jvm] fun SimpleLocation3D(x: Number, y: Number, z: Number)

Functions

Name Summary
component1 [jvm]
Content
operator fun component1(): Double


component2 [jvm]
Content
operator fun component2(): Double


component3 [jvm]
Content
operator fun component3(): Double


copy [jvm]
Content
fun copy(x: Double, y: Double, z: Double): SimpleLocation3D


equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
chunk [jvm] val chunk: SimpleChunkLocation
x [jvm] val x: Double
y [jvm] val y: Double
z [jvm] val z: Double

Extensions

Name Summary
toVector [jvm]
Content
fun SimpleLocation3D.toVector(): Vector


withWorld [jvm]
Content
fun SimpleLocation3D.withWorld(world: World): Location