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

5.2 KiB

title
title
LocationArea -

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

LocationArea

[jvm] class LocationArea(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
loc1 [jvm] var loc1: Location
loc2 [jvm] var loc2: Location
maxLoc [jvm] val maxLoc: Location
minLoc [jvm] val minLoc: Location
simpleLocationPair [jvm] var simpleLocationPair: SimpleLocationPair
touchedChunks [jvm] val touchedChunks: Set
world [jvm] val world: World

Extensions

Name Summary
entities [jvm]
Content
val LocationArea.entities: Set


fillBlocks [jvm]
Content
val LocationArea.fillBlocks: Set


loadStructure [jvm]
Content
fun LocationArea.loadStructure(includeBlocks: Boolean, includeEntities: Boolean): Structure