Structs§
- Last
Bounding Box - A component that mirrors the Physics::bounding_box of every entity, but is updated before client-side physics is done.
Functions§
- get_
entities - Return all entities that are colliding with the given bounding box and match the given predicate.
- get_
entity_ collisions - update_
last_ bounding_ box - Update the
LastBoundingBox
for every entity.
Type Aliases§
- Aabb
Query - Collidable
Entity Filter - This filter matches on entities that we can collide with (boats and shulkers).
- Collidable
Entity Query - This query matches on entities that we can collide with. That is, boats and shulkers.