VentureLocation

data class VentureLocation(val x: Double, val y: Double, val z: Double, val yaw: Float, val pitch: Float, val world: String, val server: String)(source)

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, z: Double, yaw: Float, pitch: Float, world: String, server: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double
Link copied to clipboard
val yaw: Float
Link copied to clipboard
val z: Double

Functions

Link copied to clipboard

Gets the area that contains the pixel location.

Link copied to clipboard

Checks if the current pixel location is within any of the areas in the cache.

Determines whether a pixel location is within the given area.

Link copied to clipboard
Link copied to clipboard