Companion

object Companion

Properties

Link copied to clipboard

Read-only registry of all constructed composite types, keyed by getNamespacedKey.

Functions

Link copied to clipboard
fun equalByNamespacedKey(entity1: Entity?, entity2: Entity?): Boolean

Whether both entities share the same composite/entity key.

Link copied to clipboard

Composite type that entity belongs to, or null if it is not part of one.

Registered composite type for a namespaced key, or null.

Link copied to clipboard
fun getNamespacedKeyByEntity(entity: Entity?): String?

Reads the entity key stored on entity (shared with EffectiveEntity), or null.