BlockMultiColumnExposedDelegate
class BlockMultiColumnExposedDelegate(val worldColumn: Column<String>, val xColumn: Column<Int>, val yColumn: Column<Int>, val zColumn: Column<Int>) : ExposedDelegate<Block>
Constructors
Link copied to clipboard
fun BlockMultiColumnExposedDelegate(worldColumn: Column<String>, xColumn: Column<Int>, yColumn: Column<Int>, zColumn: Column<Int>)