bevy/crates/bevy_ecs/src
hshrimp 35d10866b8
Rename init_component & friends (#15454)
# Objective

- Fixes #15451 

## Migration Guide

- `World::init_component` has been renamed to `register_component`.
- `World::init_component_with_descriptor` has been renamed to
`register_component_with_descriptor`.
- `World::init_bundle` has been renamed to `register_bundle`.
- `Components::init_component` has been renamed to `register_component`.
- `Components::init_component_with_descriptor` has been renamed to
`register_component_with_descriptor`.
- `Components::init_resource` has been renamed to `register_resource`.
- `Components::init_non_send` had been renamed to `register_non_send`.
2024-09-26 22:47:28 +00:00
..
entity Fix for SceneEntityMapper + hooks panic (#15405) 2024-09-24 17:37:23 +00:00
event Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
identifier Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
observer Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
query Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
reflect Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
schedule Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
storage Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
system Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
world Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
archetype.rs Add EntityRefExcept and EntityMutExcept world queries, in preparation for generalized animation. (#15207) 2024-09-17 14:53:39 +00:00
batching.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
bundle.rs Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
change_detection.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
component.rs Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
intern.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
label.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
lib.rs Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
removal_detection.rs Created an EventMutator for when you want to mutate an event before reading (#13818) 2024-07-08 14:53:06 +00:00
traversal.rs Bubbling observers traversal should use query data (#15385) 2024-09-23 18:08:36 +00:00