bevy/crates/bevy_ecs/src
Tim 461305b3d7
Revert "Have EntityCommands methods consume self for easier chaining" (#15523)
As discussed in #15521

- Partial revert of #14897, reverting the change to the methods to
consume `self`
- The `insert_if` method is kept

The migration guide of #14897 should be removed
Closes #15521

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-10-02 12:47:26 +00:00
..
entity Change ReflectMapEntities to operate on components before insertion (#15422) 2024-10-01 18:34:09 +00:00
event Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
identifier Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
observer System param validation for observers, system registry and run once (#15526) 2024-09-30 01:00:39 +00:00
query Reduce memory usage in component fetches and change detection filters (#15283) 2024-09-27 14:06:40 +00:00
reflect Change ReflectMapEntities to operate on components before insertion (#15422) 2024-10-01 18:34:09 +00:00
schedule Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
storage Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
system Revert "Have EntityCommands methods consume self for easier chaining" (#15523) 2024-10-02 12:47:26 +00:00
world 15540 Make World::flush_commands private (#15553) 2024-09-30 22:07:09 +00:00
archetype.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
batching.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
bundle.rs Runtime required components (#15458) 2024-09-30 19:20:16 +00:00
change_detection.rs QuerySingle family of system params (#15476) 2024-09-28 19:35:27 +00:00
component.rs Runtime required components (#15458) 2024-09-30 19:20:16 +00:00
intern.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
label.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
lib.rs Runtime required components (#15458) 2024-09-30 19:20:16 +00:00
removal_detection.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
traversal.rs Bubbling observers traversal should use query data (#15385) 2024-09-23 18:08:36 +00:00