LocationMultiColumnExposedDelegate

class LocationMultiColumnExposedDelegate(val worldColumn: Column<String>, val xColumn: Column<Double>, val yColumn: Column<Double>, val zColumn: Column<Double>, val yawColumn: Column<Float>, val pitchColumn: Column<Float>) : ExposedDelegate<Location>

Constructors

Link copied to clipboard
fun LocationMultiColumnExposedDelegate(worldColumn: Column<String>, xColumn: Column<Double>, yColumn: Column<Double>, zColumn: Column<Double>, yawColumn: Column<Float>, pitchColumn: Column<Float>)

Functions

Link copied to clipboard
open operator override fun <ID : Comparable<ID>> getValue(entity: Entity<ID>, desc: KProperty<*>): Location
Link copied to clipboard
open operator override fun <ID : Comparable<ID>> setValue(entity: Entity<ID>, desc: KProperty<*>, value: Location)

Properties

Link copied to clipboard
val pitchColumn: Column<Float>
Link copied to clipboard
val worldColumn: Column<String>
Link copied to clipboard
val xColumn: Column<Double>
Link copied to clipboard
val yawColumn: Column<Float>
Link copied to clipboard
val yColumn: Column<Double>
Link copied to clipboard
val zColumn: Column<Double>

Extensions

Link copied to clipboard