getNearbyEntitiesByType
Gets all nearby entities of type E within the specified radius.
Return
A list of entities of type E within the radius
Parameters
The radius in all directions (x, y, z) to search for entities
Type Parameters
The type of entities to retrieve
Gets all nearby entities of type E within the specified dimensions.
Return
A list of entities of type E within the specified dimensions
Parameters
The radius in the x direction
The radius in the y direction
The radius in the z direction
Type Parameters
The type of entities to retrieve
Gets all nearby entities of type E within the specified radius that match the predicate.
Return
A list of entities of type E within the radius that match the predicate
Parameters
The radius in all directions (x, y, z) to search for entities
A filter function to select specific entities
Type Parameters
The type of entities to retrieve
Gets all nearby entities of type E within the specified dimensions that match the predicate.
Return
A list of entities of type E within the specified dimensions that match the predicate
Parameters
The radius in the x direction
The radius in the y direction
The radius in the z direction
A filter function to select specific entities
Type Parameters
The type of entities to retrieve