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

3.1 KiB

title
title
SimpleChunkLocation -

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

SimpleChunkLocation

[jvm] data class SimpleChunkLocation(x: Int, z: Int)

Functions

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


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


copy [jvm]
Content
fun copy(x: Int, z: Int): SimpleChunkLocation


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
x [jvm] val x: Int
z [jvm] val z: Int

Extensions

Name Summary
withWorld [jvm]
Content
fun SimpleChunkLocation.withWorld(world: World): Chunk