block

fun Entity<*>.block(column: Column<String>): BlockExposedDelegate
fun Entity<*>.block(column: Column<String?>): BlockExposedDelegateNullable
fun Entity<*>.block(    worldColumn: Column<String>,     xColumn: Column<Int>,     yColumn: Column<Int>,     zColumn: Column<Int>): BlockMultiColumnExposedDelegate