Readonly
UUID to identify the entity across instances The ID is generated and must be manually maintained when syncing with another instance
Add event listener
Clone this entity with all of its components and tags. This is done by serializing and de-serializing the entity
SerDe to use for serialization
Optional
UUID of new component
Get a component of a certain type which is associated with this entity
Get number of components associated with this entity
Get all components
Get number of tags associated with this entity
Get all tags
Check if a certain component is associated with this entity
Check if an event listener already exists on the entity Mostly intersting for testing the lib
Check if this entity has a given tag
Remove a listener
UUID to identify the entity across instances The ID is generated and must be manually maintained when syncing with another instance