3.1 KiB
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 |