add Entity Listener
abstract fun <E : Any> addEntityListener(entityType: KClass<E>, listener: EntityListener<E>)
Content copied to clipboard
abstract fun addEntityListener(immutableType: ImmutableType? = null, listener: EntityListener<*>)
Content copied to clipboard