pub fn local_player_ai_step(
query: Query<'_, '_, (Entity, &PhysicsState, &PlayerAbilities, &Swimming, &SleepingPos, &InstanceHolder, &Position, Option<&Hunger>, Option<&LastSentInput>, &mut Physics, &mut Sprinting, &mut Crouching, &mut Attributes), (With<HasClientLoaded>, With<LocalEntity>)>,
aabb_query: AabbQuery<'_, '_, '_>,
collidable_entity_query: CollidableEntityQuery<'_, '_>,
)Expand description
Makes the bot do one physics tick.
This is handled automatically by the client.