package net.cijber.worm.dsl open class Entity>() { constructor(block: T.() -> Unit) : this() { @Suppress("UNCHECKED_CAST") block(this as T) } }