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

3.2 KiB

title
title
SimpleLocationPair -

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

SimpleLocationPair

[jvm] class SimpleLocationPair(loc1: Location, loc2: Location)

Functions

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


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


isInArea [jvm]
Content
fun isInArea(loc: Location, check3d: Boolean, tolerance: Int): Boolean


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


Properties

Name Summary
maxSimpleLoc [jvm] val maxSimpleLoc: SimpleLocation3D
minSimpleLoc [jvm] val minSimpleLoc: SimpleLocation3D
touchedSimpleChunks [jvm] val touchedSimpleChunks: Set<SimpleChunkLocation>
world [jvm] val world: World