Entity Targeting
These tricks may help to find and target entities in the world. Both of them may be optionally restricted to certain entity types by providing either a set of individual types, or a list.
They may give nothing when the position they target is not being observed.
Keep in mind that entity fragments may decay .
Embracing Ingress
Vector, EntityType... | [EntityType] -> Entity | Void
Finds and returns an entity at a specific block position.
Ingress of Shared Fate
Vector, Number, EntityType... | [EntityType] -> [Entity]
Finds and returns a list of all entities in the provided range around a specific block position.